module HTTParty::ModuleInheritableAttributes

def self.included(base)

:nodoc:
def self.included(base)
  base.extend(ClassMethods)
end