Class: BillysBilling::Contact

Inherits:
Base
  • Object
show all
Defined in:
lib/billys_billing/contact.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize, lazy_attr_reader

Methods included from Association

#has_many, #has_one

Constructor Details

This class inherits a constructor from BillysBilling::Base

Instance Attribute Details

#cityObject

Returns the value of attribute city.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def city
  @city
end

#contact_noObject

Returns the value of attribute contact_no.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def contact_no
  @contact_no
end

#countryObject

Returns the value of attribute country.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def country
  @country
end

#country_idObject

Returns the value of attribute country_id.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def country_id
  @country_id
end

#created_timeObject

Returns the value of attribute created_time.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def created_time
  @created_time
end

#currencyObject

Returns the value of attribute currency.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def currency
  @currency
end

#eanObject

Returns the value of attribute ean.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def ean
  @ean
end

#faxObject

Returns the value of attribute fax.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def fax
  @fax
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def id
  @id
end

#localeObject

Returns the value of attribute locale.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def locale
  @locale
end

#locale_idObject

Returns the value of attribute locale_id.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def locale_id
  @locale_id
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def name
  @name
end

#personsObject

Returns the value of attribute persons.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def persons
  @persons
end

#phoneObject

Returns the value of attribute phone.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def phone
  @phone
end

#stateObject

Returns the value of attribute state.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def state
  @state
end

#streetObject

Returns the value of attribute street.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def street
  @street
end

#successObject

Returns the value of attribute success.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def success
  @success
end

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def url
  @url
end

#vat_noObject

Returns the value of attribute vat_no.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def vat_no
  @vat_no
end

#zipcodeObject

Returns the value of attribute zipcode.



3
4
5
# File 'lib/billys_billing/contact.rb', line 3

def zipcode
  @zipcode
end