Class: Billogram::Customer
- Includes:
- Endpoint
- Defined in:
- lib/billogram/resources/customer.rb
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
(also: #id)
Returns the value of attribute customer_no.
-
#email ⇒ Object
Returns the value of attribute email.
-
#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.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#vat_no ⇒ Object
Returns the value of attribute vat_no.
Method Summary
Methods included from Endpoint
Methods inherited from Resource
build_objects, #initialize, relation, relations, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Billogram::Resource
Instance Attribute Details
permalink #company_type ⇒ Object
Returns the value of attribute company_type.
5 6 7 |
# File 'lib/billogram/resources/customer.rb', line 5 def company_type @company_type end |
permalink #created_at ⇒ Object
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/billogram/resources/customer.rb', line 5 def created_at @created_at end |
permalink #customer_no ⇒ Object Also known as: id
Returns the value of attribute customer_no.
5 6 7 |
# File 'lib/billogram/resources/customer.rb', line 5 def customer_no @customer_no end |
permalink #email ⇒ Object
Returns the value of attribute email.
5 6 7 |
# File 'lib/billogram/resources/customer.rb', line 5 def email @email end |
permalink #name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/billogram/resources/customer.rb', line 5 def name @name end |
permalink #notes ⇒ Object
Returns the value of attribute notes.
5 6 7 |
# File 'lib/billogram/resources/customer.rb', line 5 def notes @notes end |
permalink #org_no ⇒ Object
Returns the value of attribute org_no.
5 6 7 |
# File 'lib/billogram/resources/customer.rb', line 5 def org_no @org_no end |
permalink #phone ⇒ Object
Returns the value of attribute phone.
5 6 7 |
# File 'lib/billogram/resources/customer.rb', line 5 def phone @phone end |
permalink #updated_at ⇒ Object
Returns the value of attribute updated_at.
5 6 7 |
# File 'lib/billogram/resources/customer.rb', line 5 def updated_at @updated_at end |
permalink #vat_no ⇒ Object
Returns the value of attribute vat_no.
5 6 7 |
# File 'lib/billogram/resources/customer.rb', line 5 def vat_no @vat_no end |