Class: Billogram::Customer

Inherits:
Resource show all
Defined in:
lib/billogram/resources/customer.rb

Constant Summary

Constants inherited from Resource

Resource::DEFAULT_OPTIONS

Instance Attribute Summary collapse

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_typeObject

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_atObject

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_noObject

Returns the value of attribute customer_no.



3
4
5
# File 'lib/billogram/resources/customer.rb', line 3

def customer_no
  @customer_no
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/billogram/resources/customer.rb', line 3

def name
  @name
end

#notesObject

Returns the value of attribute notes.



3
4
5
# File 'lib/billogram/resources/customer.rb', line 3

def notes
  @notes
end

#org_noObject

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_atObject

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_noObject

Returns the value of attribute vat_no.



3
4
5
# File 'lib/billogram/resources/customer.rb', line 3

def vat_no
  @vat_no
end