Class: Etapper::API::StateTaxRate
- Inherits:
-
Object
- Object
- Etapper::API::StateTaxRate
- Defined in:
- lib/etapper/api/service.rb
Overview
Instance Attribute Summary collapse
-
#rate ⇒ Object
Returns the value of attribute rate.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Method Summary collapse
-
#initialize(rate = nil, state = nil) ⇒ StateTaxRate
constructor
A new instance of StateTaxRate.
Constructor Details
#initialize(rate = nil, state = nil) ⇒ StateTaxRate
Returns a new instance of StateTaxRate.
1942 1943 1944 1945 |
# File 'lib/etapper/api/service.rb', line 1942 def initialize(rate = nil, state = nil) @rate = rate @state = state end |
Instance Attribute Details
#rate ⇒ Object
Returns the value of attribute rate.
1939 1940 1941 |
# File 'lib/etapper/api/service.rb', line 1939 def rate @rate end |
#state ⇒ Object
Returns the value of attribute state.
1940 1941 1942 |
# File 'lib/etapper/api/service.rb', line 1940 def state @state end |