Class: Spreedly::Receiver
Instance Attribute Summary collapse
-
#credentials ⇒ Object
readonly
Returns the value of attribute credentials.
Instance Method Summary collapse
-
#initialize(xml_doc) ⇒ Receiver
constructor
A new instance of Receiver.
Methods included from Fields
#field_hash, included, #initialize_fields
Constructor Details
#initialize(xml_doc) ⇒ Receiver
Returns a new instance of Receiver.
9 10 11 12 |
# File 'lib/spreedly/receiver.rb', line 9 def initialize(xml_doc) super init_credentials(xml_doc) end |
Instance Attribute Details
#credentials ⇒ Object (readonly)
Returns the value of attribute credentials.
7 8 9 |
# File 'lib/spreedly/receiver.rb', line 7 def credentials @credentials end |