Class: Billogram::Customer
- Defined in:
- lib/billogram/resources/customer.rb
Constant Summary
Constants inherited from Resource
Instance Attribute Summary collapse
-
#company_type ⇒ Object
Returns the value of attribute company_type.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#customer_no ⇒ Object
Returns the value of attribute customer_no.
-
#name ⇒ Object
Returns the value of attribute name.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#org_no ⇒ Object
Returns the value of attribute org_no.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#vat_no ⇒ Object
Returns the value of attribute vat_no.
Method Summary
Methods inherited from Resource
build_objects, create, delete, #delete, endpoint, #endpoint, fetch, #initialize, #perform_request, perform_request, relation, relations, search, #to_json, #update, update
Constructor Details
This class inherits a constructor from Billogram::Resource
Instance Attribute Details
#company_type ⇒ Object
Returns the value of attribute company_type.
3 4 5 |
# File 'lib/billogram/resources/customer.rb', line 3 def company_type @company_type end |
#created_at ⇒ Object
Returns the value of attribute created_at.
3 4 5 |
# File 'lib/billogram/resources/customer.rb', line 3 def created_at @created_at end |
#customer_no ⇒ Object
Returns the value of attribute customer_no.
3 4 5 |
# File 'lib/billogram/resources/customer.rb', line 3 def customer_no @customer_no end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/billogram/resources/customer.rb', line 3 def name @name end |
#notes ⇒ Object
Returns the value of attribute notes.
3 4 5 |
# File 'lib/billogram/resources/customer.rb', line 3 def notes @notes end |
#org_no ⇒ Object
Returns the value of attribute org_no.
3 4 5 |
# File 'lib/billogram/resources/customer.rb', line 3 def org_no @org_no end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
3 4 5 |
# File 'lib/billogram/resources/customer.rb', line 3 def updated_at @updated_at end |
#vat_no ⇒ Object
Returns the value of attribute vat_no.
3 4 5 |
# File 'lib/billogram/resources/customer.rb', line 3 def vat_no @vat_no end |