Class: Flexibee::InvoiceType
- Inherits:
-
Struct
- Object
- Struct
- Flexibee::InvoiceType
- Defined in:
- lib/flexibee/invoice_types.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#currency_name ⇒ Object
Returns the value of attribute currency_name.
-
#currency_ref ⇒ Object
Returns the value of attribute currency_ref.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
2 3 4 |
# File 'lib/flexibee/invoice_types.rb', line 2 def code @code end |
#currency ⇒ Object
Returns the value of attribute currency
2 3 4 |
# File 'lib/flexibee/invoice_types.rb', line 2 def currency @currency end |
#currency_name ⇒ Object
Returns the value of attribute currency_name
2 3 4 |
# File 'lib/flexibee/invoice_types.rb', line 2 def currency_name @currency_name end |
#currency_ref ⇒ Object
Returns the value of attribute currency_ref
2 3 4 |
# File 'lib/flexibee/invoice_types.rb', line 2 def currency_ref @currency_ref end |
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/flexibee/invoice_types.rb', line 2 def id @id end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/flexibee/invoice_types.rb', line 2 def name @name end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
2 3 4 |
# File 'lib/flexibee/invoice_types.rb', line 2 def updated_at @updated_at end |