Class: Tosuto::Check
Instance Attribute Summary collapse
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#guid ⇒ Object
Returns the value of attribute guid.
Instance Method Summary collapse
-
#initialize(hash) ⇒ Check
constructor
A new instance of Check.
Methods inherited from Resource
attr_collections, attr_objects, encode_form_data, #inspect, #parse_collection, #parse_object, #set_attribute, #set_attributes, #underscore
Constructor Details
#initialize(hash) ⇒ Check
Returns a new instance of Check.
31 32 33 |
# File 'lib/tosuto/check.rb', line 31 def initialize(hash) set_attributes(hash) end |
Instance Attribute Details
#external_id ⇒ Object
Returns the value of attribute external_id.
3 4 5 |
# File 'lib/tosuto/check.rb', line 3 def external_id @external_id end |
#guid ⇒ Object
Returns the value of attribute guid.
3 4 5 |
# File 'lib/tosuto/check.rb', line 3 def guid @guid end |