Class: BillysBilling::Organization
- Defined in:
- lib/billys_billing/organization.rb
Instance Attribute Summary collapse
-
#base_currency ⇒ Object
Returns the value of attribute base_currency.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#country_id ⇒ Object
Returns the value of attribute country_id.
-
#currencies ⇒ Object
Returns the value of attribute currencies.
-
#email ⇒ Object
Returns the value of attribute email.
-
#fax ⇒ Object
Returns the value of attribute fax.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_demo ⇒ Object
Returns the value of attribute is_demo.
-
#name ⇒ Object
Returns the value of attribute name.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#registration_no ⇒ Object
Returns the value of attribute registration_no.
-
#street ⇒ Object
Returns the value of attribute street.
-
#success ⇒ Object
Returns the value of attribute success.
-
#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
#base_currency ⇒ Object
Returns the value of attribute base_currency.
3 4 5 |
# File 'lib/billys_billing/organization.rb', line 3 def base_currency @base_currency end |
#city ⇒ Object
Returns the value of attribute city.
3 4 5 |
# File 'lib/billys_billing/organization.rb', line 3 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
3 4 5 |
# File 'lib/billys_billing/organization.rb', line 3 def country @country end |
#country_id ⇒ Object
Returns the value of attribute country_id.
3 4 5 |
# File 'lib/billys_billing/organization.rb', line 3 def country_id @country_id end |
#currencies ⇒ Object
Returns the value of attribute currencies.
3 4 5 |
# File 'lib/billys_billing/organization.rb', line 3 def currencies @currencies end |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/billys_billing/organization.rb', line 3 def email @email end |
#fax ⇒ Object
Returns the value of attribute fax.
3 4 5 |
# File 'lib/billys_billing/organization.rb', line 3 def fax @fax end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/billys_billing/organization.rb', line 3 def id @id end |
#is_demo ⇒ Object
Returns the value of attribute is_demo.
3 4 5 |
# File 'lib/billys_billing/organization.rb', line 3 def is_demo @is_demo end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/billys_billing/organization.rb', line 3 def name @name end |
#phone ⇒ Object
Returns the value of attribute phone.
3 4 5 |
# File 'lib/billys_billing/organization.rb', line 3 def phone @phone end |
#registration_no ⇒ Object
Returns the value of attribute registration_no.
3 4 5 |
# File 'lib/billys_billing/organization.rb', line 3 def registration_no @registration_no end |
#street ⇒ Object
Returns the value of attribute street.
3 4 5 |
# File 'lib/billys_billing/organization.rb', line 3 def street @street end |
#success ⇒ Object
Returns the value of attribute success.
3 4 5 |
# File 'lib/billys_billing/organization.rb', line 3 def success @success end |
#zipcode ⇒ Object
Returns the value of attribute zipcode.
3 4 5 |
# File 'lib/billys_billing/organization.rb', line 3 def zipcode @zipcode end |