Class: Tosuto::AppliedTaxRate

Inherits:
Resource
  • Object
show all
Defined in:
lib/tosuto/applied_tax_rate.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#guidObject

Returns the value of attribute guid.



3
4
5
# File 'lib/tosuto/applied_tax_rate.rb', line 3

def guid
  @guid
end