Class: Moneybird::Resource::ExternalSalesInvoice
- Inherits:
-
Object
- Object
- Moneybird::Resource::ExternalSalesInvoice
- Extended by:
- ClassMethods
- Includes:
- Moneybird::Resource
- Defined in:
- lib/moneybird/resource/external_sales_invoice.rb
Instance Attribute Summary collapse
-
#contact ⇒ Object
Returns the value of attribute contact.
-
#details ⇒ Object
Returns the value of attribute details.
-
#events ⇒ Object
Returns the value of attribute events.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#payments ⇒ Object
Returns the value of attribute payments.
Attributes included from ClassMethods
#attributes, #logger, #nillable_attributes
Attributes included from Moneybird::Resource
Method Summary
Methods included from ClassMethods
build, has_attributes, has_boolean_attributes, has_datetime_attributes, has_integer_attributes, has_nillable_attributes, resource
Methods included from Moneybird::Resource
#attributes, #attributes=, #custom_fields=, #initialize, #link_booking, #path, #persisted?, #to_json
Instance Attribute Details
#contact ⇒ Object
Returns the value of attribute contact.
38 39 40 |
# File 'lib/moneybird/resource/external_sales_invoice.rb', line 38 def contact @contact end |
#details ⇒ Object
Returns the value of attribute details.
38 39 40 |
# File 'lib/moneybird/resource/external_sales_invoice.rb', line 38 def details @details end |
#events ⇒ Object
Returns the value of attribute events.
38 39 40 |
# File 'lib/moneybird/resource/external_sales_invoice.rb', line 38 def events @events end |
#notes ⇒ Object
Returns the value of attribute notes.
38 39 40 |
# File 'lib/moneybird/resource/external_sales_invoice.rb', line 38 def notes @notes end |
#payments ⇒ Object
Returns the value of attribute payments.
38 39 40 |
# File 'lib/moneybird/resource/external_sales_invoice.rb', line 38 def payments @payments end |