Class: Spree::Admin::OrdersHelper::TaxLine
- Inherits:
-
Struct
- Object
- Struct
- Spree::Admin::OrdersHelper::TaxLine
- Defined in:
- app/helpers/spree/admin/orders_helper.rb
Instance Attribute Summary collapse
-
#display_amount ⇒ Object
Returns the value of attribute display_amount.
-
#for_shipment ⇒ Object
Returns the value of attribute for_shipment.
-
#item ⇒ Object
Returns the value of attribute item.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Method Summary collapse
Instance Attribute Details
#display_amount ⇒ Object
Returns the value of attribute display_amount
4 5 6 |
# File 'app/helpers/spree/admin/orders_helper.rb', line 4 def display_amount @display_amount end |
#for_shipment ⇒ Object
Returns the value of attribute for_shipment
4 5 6 |
# File 'app/helpers/spree/admin/orders_helper.rb', line 4 def for_shipment @for_shipment end |
#item ⇒ Object
Returns the value of attribute item
4 5 6 |
# File 'app/helpers/spree/admin/orders_helper.rb', line 4 def item @item end |
#label ⇒ Object
Returns the value of attribute label
4 5 6 |
# File 'app/helpers/spree/admin/orders_helper.rb', line 4 def label @label end |