Class: Nusii::Client

Inherits:
Resource show all
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

Method Summary

Methods included from Nusii::Crud::Get

get

Methods included from Nusii::Crud::List

list

Methods included from Nusii::Crud::Create

create

Methods included from Nusii::Crud::Destroy

destroy

Methods included from Nusii::Crud::DestroySelf

#destroy

Methods included from Nusii::Crud::Save

#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

#addressObject

Returns the value of attribute address.



10
11
12
# File 'lib/nusii/client.rb', line 10

def address
  @address
end

#businessObject

Returns the value of attribute business.



10
11
12
# File 'lib/nusii/client.rb', line 10

def business
  @business
end

#cityObject

Returns the value of attribute city.



10
11
12
# File 'lib/nusii/client.rb', line 10

def city
  @city
end

#countryObject

Returns the value of attribute country.



10
11
12
# File 'lib/nusii/client.rb', line 10

def country
  @country
end

#currencyObject

Returns the value of attribute currency.



10
11
12
# File 'lib/nusii/client.rb', line 10

def currency
  @currency
end

#emailObject

Returns the value of attribute email.



10
11
12
# File 'lib/nusii/client.rb', line 10

def email
  @email
end

#full_nameObject

Returns the value of attribute full_name.



10
11
12
# File 'lib/nusii/client.rb', line 10

def full_name
  @full_name
end

#idObject

Returns the value of attribute id.



10
11
12
# File 'lib/nusii/client.rb', line 10

def id
  @id
end

#localeObject

Returns the value of attribute locale.



10
11
12
# File 'lib/nusii/client.rb', line 10

def locale
  @locale
end

#nameObject

Returns the value of attribute name.



10
11
12
# File 'lib/nusii/client.rb', line 10

def name
  @name
end

#pdf_page_sizeObject

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

#postcodeObject

Returns the value of attribute postcode.



10
11
12
# File 'lib/nusii/client.rb', line 10

def postcode
  @postcode
end

#stateObject

Returns the value of attribute state.



10
11
12
# File 'lib/nusii/client.rb', line 10

def state
  @state
end

#surnameObject

Returns the value of attribute surname.



10
11
12
# File 'lib/nusii/client.rb', line 10

def surname
  @surname
end

#telephoneObject

Returns the value of attribute telephone.



10
11
12
# File 'lib/nusii/client.rb', line 10

def telephone
  @telephone
end

#webObject

Returns the value of attribute web.



10
11
12
# File 'lib/nusii/client.rb', line 10

def web
  @web
end