Class: TaxCloud::CartItemResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/response/cart_item_response.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attrs = {}) ⇒ CartItemResponse

Returns a new instance of CartItemResponse.



7
8
9
# File 'lib/response/cart_item_response.rb', line 7

def initialize(attrs = {})

end

Instance Attribute Details

#cart_item_indexObject

Returns the value of attribute cart_item_index.



5
6
7
# File 'lib/response/cart_item_response.rb', line 5

def cart_item_index
  @cart_item_index
end

#tax_amountObject

Returns the value of attribute tax_amount.



5
6
7
# File 'lib/response/cart_item_response.rb', line 5

def tax_amount
  @tax_amount
end