Class: BillysBilling::Organization

Inherits:
Base
  • Object
show all
Defined in:
lib/billys_billing/organization.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

#base_currencyObject

Returns the value of attribute base_currency.



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

def base_currency
  @base_currency
end

#cityObject

Returns the value of attribute city.



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

def city
  @city
end

#countryObject

Returns the value of attribute country.



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

def country
  @country
end

#country_idObject

Returns the value of attribute country_id.



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

def country_id
  @country_id
end

#currenciesObject

Returns the value of attribute currencies.



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

def currencies
  @currencies
end

#emailObject

Returns the value of attribute email.



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

def email
  @email
end

#faxObject

Returns the value of attribute fax.



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

def fax
  @fax
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#is_demoObject

Returns the value of attribute is_demo.



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

def is_demo
  @is_demo
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#phoneObject

Returns the value of attribute phone.



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

def phone
  @phone
end

#registration_noObject

Returns the value of attribute registration_no.



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

def registration_no
  @registration_no
end

#streetObject

Returns the value of attribute street.



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

def street
  @street
end

#successObject

Returns the value of attribute success.



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

def success
  @success
end

#zipcodeObject

Returns the value of attribute zipcode.



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

def zipcode
  @zipcode
end