Class: BillysBilling::Contact
- Defined in:
- lib/billys_billing/contact.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#contact_no ⇒ Object
Returns the value of attribute contact_no.
-
#country ⇒ Object
Returns the value of attribute country.
-
#country_id ⇒ Object
Returns the value of attribute country_id.
-
#created_time ⇒ Object
Returns the value of attribute created_time.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#ean ⇒ Object
Returns the value of attribute ean.
-
#fax ⇒ Object
Returns the value of attribute fax.
-
#id ⇒ Object
Returns the value of attribute id.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#locale_id ⇒ Object
Returns the value of attribute locale_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#persons ⇒ Object
Returns the value of attribute persons.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#state ⇒ Object
Returns the value of attribute state.
-
#street ⇒ Object
Returns the value of attribute street.
-
#success ⇒ Object
Returns the value of attribute success.
-
#url ⇒ Object
Returns the value of attribute url.
-
#vat_no ⇒ Object
Returns the value of attribute vat_no.
-
#zipcode ⇒ Object
Returns the value of attribute zipcode.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], #initialize, lazy_attr_reader
Methods included from Association
Constructor Details
This class inherits a constructor from BillysBilling::Base
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def city @city end |
#contact_no ⇒ Object
Returns the value of attribute contact_no.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def contact_no @contact_no end |
#country ⇒ Object
Returns the value of attribute country.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def country @country end |
#country_id ⇒ Object
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_time ⇒ Object
Returns the value of attribute created_time.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def created_time @created_time end |
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def currency @currency end |
#ean ⇒ Object
Returns the value of attribute ean.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def ean @ean end |
#fax ⇒ Object
Returns the value of attribute fax.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def fax @fax end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def id @id end |
#locale ⇒ Object
Returns the value of attribute locale.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def locale @locale end |
#locale_id ⇒ Object
Returns the value of attribute locale_id.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def locale_id @locale_id end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def name @name end |
#persons ⇒ Object
Returns the value of attribute persons.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def persons @persons end |
#phone ⇒ Object
Returns the value of attribute phone.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def phone @phone end |
#state ⇒ Object
Returns the value of attribute state.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def state @state end |
#street ⇒ Object
Returns the value of attribute street.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def street @street end |
#success ⇒ Object
Returns the value of attribute success.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def success @success end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def url @url end |
#vat_no ⇒ Object
Returns the value of attribute vat_no.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def vat_no @vat_no end |
#zipcode ⇒ Object
Returns the value of attribute zipcode.
3 4 5 |
# File 'lib/billys_billing/contact.rb', line 3 def zipcode @zipcode end |