Class: LexofficeClient::LineItem
- Inherits:
-
Model::Base
- Object
- Model::Base
- LexofficeClient::LineItem
- Defined in:
- lib/lexoffice_client/line_item.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#discount_percentage ⇒ Object
Returns the value of attribute discount_percentage.
-
#id ⇒ Object
Returns the value of attribute id.
-
#line_item_amount ⇒ Object
Returns the value of attribute line_item_amount.
-
#name ⇒ Object
Returns the value of attribute name.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#type ⇒ Object
Returns the value of attribute type.
-
#unit_name ⇒ Object
Returns the value of attribute unit_name.
-
#unit_price ⇒ Object
Returns the value of attribute unit_price.
Method Summary
Methods inherited from Model::Base
Methods included from Model::Base::SerializationConcern
Methods included from Model::Base::AttributeNamesConcern
Constructor Details
This class inherits a constructor from LexofficeClient::Model::Base
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/lexoffice_client/line_item.rb', line 3 def description @description end |
#discount_percentage ⇒ Object
Returns the value of attribute discount_percentage.
3 4 5 |
# File 'lib/lexoffice_client/line_item.rb', line 3 def discount_percentage @discount_percentage end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/lexoffice_client/line_item.rb', line 3 def id @id end |
#line_item_amount ⇒ Object
Returns the value of attribute line_item_amount.
3 4 5 |
# File 'lib/lexoffice_client/line_item.rb', line 3 def line_item_amount @line_item_amount end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/lexoffice_client/line_item.rb', line 3 def name @name end |
#quantity ⇒ Object
Returns the value of attribute quantity.
3 4 5 |
# File 'lib/lexoffice_client/line_item.rb', line 3 def quantity @quantity end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/lexoffice_client/line_item.rb', line 3 def type @type end |
#unit_name ⇒ Object
Returns the value of attribute unit_name.
3 4 5 |
# File 'lib/lexoffice_client/line_item.rb', line 3 def unit_name @unit_name end |
#unit_price ⇒ Object
Returns the value of attribute unit_price.
3 4 5 |
# File 'lib/lexoffice_client/line_item.rb', line 3 def unit_price @unit_price end |