Class: Nusii::Client
- Extended by:
- Nusii::Crud::Create, Nusii::Crud::Destroy, Nusii::Crud::Get, Nusii::Crud::List
- Includes:
- Nusii::Crud::DestroySelf, Nusii::Crud::Save
- Defined in:
- lib/nusii/client.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#business ⇒ Object
Returns the value of attribute business.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#email ⇒ Object
Returns the value of attribute email.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pdf_page_size ⇒ Object
Returns the value of attribute pdf_page_size.
-
#postcode ⇒ Object
Returns the value of attribute postcode.
-
#state ⇒ Object
Returns the value of attribute state.
-
#surname ⇒ Object
Returns the value of attribute surname.
-
#telephone ⇒ Object
Returns the value of attribute telephone.
-
#web ⇒ Object
Returns the value of attribute web.
Method Summary
Methods included from Nusii::Crud::Get
Methods included from Nusii::Crud::List
Methods included from Nusii::Crud::Create
Methods included from Nusii::Crud::Destroy
Methods included from Nusii::Crud::DestroySelf
Methods included from Nusii::Crud::Save
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
Returns the value of attribute address.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def address @address end |
#business ⇒ Object
Returns the value of attribute business.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def business @business end |
#city ⇒ Object
Returns the value of attribute city.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def country @country end |
#currency ⇒ Object
Returns the value of attribute currency.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def currency @currency end |
#email ⇒ Object
Returns the value of attribute email.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def email @email end |
#full_name ⇒ Object
Returns the value of attribute full_name.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def full_name @full_name end |
#id ⇒ Object
Returns the value of attribute id.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def id @id end |
#locale ⇒ Object
Returns the value of attribute locale.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def locale @locale end |
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def name @name end |
#pdf_page_size ⇒ Object
Returns the value of attribute pdf_page_size.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def pdf_page_size @pdf_page_size end |
#postcode ⇒ Object
Returns the value of attribute postcode.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def postcode @postcode end |
#state ⇒ Object
Returns the value of attribute state.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def state @state end |
#surname ⇒ Object
Returns the value of attribute surname.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def surname @surname end |
#telephone ⇒ Object
Returns the value of attribute telephone.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def telephone @telephone end |
#web ⇒ Object
Returns the value of attribute web.
10 11 12 |
# File 'lib/nusii/client.rb', line 10 def web @web end |