Class: Petfinder::Auth

Inherits:
Object
  • Object
show all
Extended by:
XmlMapper
Defined in:
lib/petfinder/auth.rb

Instance Method Summary collapse

Methods included from XmlMapper

camel_case_lower, xml_attribute, xml_attributes

Constructor Details

#initialize(xml) ⇒ Auth

Returns a new instance of Auth.



7
8
9
# File 'lib/petfinder/auth.rb', line 7

def initialize(xml)
  @xml = xml
end