Class: LexofficeClient::UnitPrice
- Inherits:
-
Model::Base
- Object
- Model::Base
- LexofficeClient::UnitPrice
- Defined in:
- lib/lexoffice_client/unit_price.rb
Instance Attribute Summary collapse
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#gross_amount ⇒ Object
Returns the value of attribute gross_amount.
-
#net_amount ⇒ Object
Returns the value of attribute net_amount.
-
#tax_rate_percentage ⇒ Object
Returns the value of attribute tax_rate_percentage.
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
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/lexoffice_client/unit_price.rb', line 3 def currency @currency end |
#gross_amount ⇒ Object
Returns the value of attribute gross_amount.
3 4 5 |
# File 'lib/lexoffice_client/unit_price.rb', line 3 def gross_amount @gross_amount end |
#net_amount ⇒ Object
Returns the value of attribute net_amount.
3 4 5 |
# File 'lib/lexoffice_client/unit_price.rb', line 3 def net_amount @net_amount end |
#tax_rate_percentage ⇒ Object
Returns the value of attribute tax_rate_percentage.
3 4 5 |
# File 'lib/lexoffice_client/unit_price.rb', line 3 def tax_rate_percentage @tax_rate_percentage end |