Class: Nusii::Account
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#address_state ⇒ Object
readonly
Returns the value of attribute address_state.
-
#city ⇒ Object
readonly
Returns the value of attribute city.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#default_theme ⇒ Object
readonly
Returns the value of attribute default_theme.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#locale ⇒ Object
readonly
Returns the value of attribute locale.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#pdf_page_size ⇒ Object
readonly
Returns the value of attribute pdf_page_size.
-
#postcode ⇒ Object
readonly
Returns the value of attribute postcode.
-
#subdomain ⇒ Object
readonly
Returns the value of attribute subdomain.
-
#telephone ⇒ Object
readonly
Returns the value of attribute telephone.
-
#web ⇒ Object
readonly
Returns the value of attribute web.
Class Method Summary collapse
Methods inherited from Resource
class_name, #editable_params, #initialize, #save_params
Constructor Details
This class inherits a constructor from Nusii::Resource
Instance Attribute Details
#address ⇒ Object (readonly)
Returns the value of attribute address.
4 5 6 |
# File 'lib/nusii/account.rb', line 4 def address @address end |
#address_state ⇒ Object (readonly)
Returns the value of attribute address_state.
4 5 6 |
# File 'lib/nusii/account.rb', line 4 def address_state @address_state end |
#city ⇒ Object (readonly)
Returns the value of attribute city.
4 5 6 |
# File 'lib/nusii/account.rb', line 4 def city @city end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency.
4 5 6 |
# File 'lib/nusii/account.rb', line 4 def currency @currency end |
#default_theme ⇒ Object (readonly)
Returns the value of attribute default_theme.
4 5 6 |
# File 'lib/nusii/account.rb', line 4 def default_theme @default_theme end |
#email ⇒ Object (readonly)
Returns the value of attribute email.
4 5 6 |
# File 'lib/nusii/account.rb', line 4 def email @email end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
4 5 6 |
# File 'lib/nusii/account.rb', line 4 def id @id end |
#locale ⇒ Object (readonly)
Returns the value of attribute locale.
4 5 6 |
# File 'lib/nusii/account.rb', line 4 def locale @locale end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
4 5 6 |
# File 'lib/nusii/account.rb', line 4 def name @name end |
#pdf_page_size ⇒ Object (readonly)
Returns the value of attribute pdf_page_size.
4 5 6 |
# File 'lib/nusii/account.rb', line 4 def pdf_page_size @pdf_page_size end |
#postcode ⇒ Object (readonly)
Returns the value of attribute postcode.
4 5 6 |
# File 'lib/nusii/account.rb', line 4 def postcode @postcode end |
#subdomain ⇒ Object (readonly)
Returns the value of attribute subdomain.
4 5 6 |
# File 'lib/nusii/account.rb', line 4 def subdomain @subdomain end |
#telephone ⇒ Object (readonly)
Returns the value of attribute telephone.
4 5 6 |
# File 'lib/nusii/account.rb', line 4 def telephone @telephone end |
#web ⇒ Object (readonly)
Returns the value of attribute web.
4 5 6 |
# File 'lib/nusii/account.rb', line 4 def web @web end |