Class: Mollie::Invoice::Line
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#count ⇒ Object
Returns the value of attribute count.
-
#description ⇒ Object
Returns the value of attribute description.
-
#period ⇒ Object
Returns the value of attribute period.
-
#vat_percentage ⇒ Object
Returns the value of attribute vat_percentage.
Attributes inherited from Base
Method Summary
Methods inherited from Base
all, #assign_attributes, cancel, create, #delete, delete, get, id_param, #initialize, parent_id, request, resource_name, update, #update
Constructor Details
This class inherits a constructor from Mollie::Base
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
8 9 10 |
# File 'lib/mollie/invoice.rb', line 8 def amount @amount end |
#count ⇒ Object
Returns the value of attribute count.
8 9 10 |
# File 'lib/mollie/invoice.rb', line 8 def count @count end |
#description ⇒ Object
Returns the value of attribute description.
8 9 10 |
# File 'lib/mollie/invoice.rb', line 8 def description @description end |
#period ⇒ Object
Returns the value of attribute period.
8 9 10 |
# File 'lib/mollie/invoice.rb', line 8 def period @period end |
#vat_percentage ⇒ Object
Returns the value of attribute vat_percentage.
8 9 10 |
# File 'lib/mollie/invoice.rb', line 8 def vat_percentage @vat_percentage end |