Class: Fastbill::Automatic::Item
- Includes:
- Services::DeleteItem
- Defined in:
- lib/fastbill-automatic/item.rb
Instance Attribute Summary collapse
-
#article_number ⇒ Object
Returns the value of attribute article_number.
-
#description ⇒ Object
Returns the value of attribute description.
-
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
-
#invoice_item_id ⇒ Object
Returns the value of attribute invoice_item_id.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#sort_order ⇒ Object
Returns the value of attribute sort_order.
-
#unit_price ⇒ Object
Returns the value of attribute unit_price.
-
#vat_percent ⇒ Object
Returns the value of attribute vat_percent.
Attributes inherited from Base
Method Summary
Methods included from Services::DeleteItem
Methods inherited from Base
clear_request_infos, #initialize, request_infos, request_infos=, #set_attributes
Methods included from Services::Create
Methods included from Services::Get
Constructor Details
This class inherits a constructor from Fastbill::Automatic::Base
Instance Attribute Details
#article_number ⇒ Object
Returns the value of attribute article_number.
6 7 8 |
# File 'lib/fastbill-automatic/item.rb', line 6 def article_number @article_number end |
#description ⇒ Object
Returns the value of attribute description.
6 7 8 |
# File 'lib/fastbill-automatic/item.rb', line 6 def description @description end |
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
6 7 8 |
# File 'lib/fastbill-automatic/item.rb', line 6 def invoice_id @invoice_id end |
#invoice_item_id ⇒ Object
Returns the value of attribute invoice_item_id.
6 7 8 |
# File 'lib/fastbill-automatic/item.rb', line 6 def invoice_item_id @invoice_item_id end |
#quantity ⇒ Object
Returns the value of attribute quantity.
6 7 8 |
# File 'lib/fastbill-automatic/item.rb', line 6 def quantity @quantity end |
#sort_order ⇒ Object
Returns the value of attribute sort_order.
6 7 8 |
# File 'lib/fastbill-automatic/item.rb', line 6 def sort_order @sort_order end |
#unit_price ⇒ Object
Returns the value of attribute unit_price.
6 7 8 |
# File 'lib/fastbill-automatic/item.rb', line 6 def unit_price @unit_price end |
#vat_percent ⇒ Object
Returns the value of attribute vat_percent.
6 7 8 |
# File 'lib/fastbill-automatic/item.rb', line 6 def vat_percent @vat_percent end |