Class: Quickbooks::Model::TaxRate

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/quickbooks/model/tax_rate.rb

Constant Summary collapse

XML_COLLECTION_NODE =
"TaxRate"
XML_NODE =
"TaxRate"
REST_RESOURCE =
"taxrate"

Instance Method Summary collapse

Methods inherited from BaseModel

attribute_names, #attributes, #initialize, reference_setters, resource_for_collection, resource_for_singular, to_xml_big_decimal, #to_xml_inject_ns, #to_xml_ns

Constructor Details

This class inherits a constructor from Quickbooks::Model::BaseModel

Instance Method Details

#active?Boolean

Returns:

  • (Boolean)


26
27
28
# File 'lib/quickbooks/model/tax_rate.rb', line 26

def active?
  active == "true"
end