Class: Tosuto::AppliedTaxRate
- Defined in:
- lib/tosuto/applied_tax_rate.rb
Instance Attribute Summary collapse
-
#guid ⇒ Object
Returns the value of attribute guid.
Instance Method Summary collapse
-
#initialize(hash) ⇒ AppliedTaxRate
constructor
A new instance of AppliedTaxRate.
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) ⇒ AppliedTaxRate
Returns a new instance of AppliedTaxRate.
13 14 15 |
# File 'lib/tosuto/applied_tax_rate.rb', line 13 def initialize(hash) set_attributes(hash) end |
Instance Attribute Details
#guid ⇒ Object
Returns the value of attribute guid.
3 4 5 |
# File 'lib/tosuto/applied_tax_rate.rb', line 3 def guid @guid end |