Class: Avatax::Api::Base
- Inherits:
-
Object
- Object
- Avatax::Api::Base
- Defined in:
- lib/avatax/api/base.rb
Direct Known Subclasses
Accounts, Addresses, Batches, Companies, Contacts, Definitions, Items, Locations, Nexus, Settings, Subscriptions, TaxCodes, TaxContent, TaxRates, TaxRules, Transactions, Upcs, Users, Utilities
Instance Attribute Summary collapse
-
#connection ⇒ Object
readonly
Returns the value of attribute connection.
Instance Method Summary collapse
-
#initialize(connection) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(connection) ⇒ Base
6 7 8 |
# File 'lib/avatax/api/base.rb', line 6 def initialize(connection) @connection = connection end |
Instance Attribute Details
#connection ⇒ Object (readonly)
Returns the value of attribute connection.
4 5 6 |
# File 'lib/avatax/api/base.rb', line 4 def connection @connection end |