Class: LexofficeClient::Address

Inherits:
Model::Base show all
Defined in:
lib/lexoffice_client/address.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model::Base

#attributes=, #initialize

Methods included from Model::Base::SerializationConcern

#as_json, #to_json

Methods included from Model::Base::AttributeNamesConcern

#attributes, included

Constructor Details

This class inherits a constructor from LexofficeClient::Model::Base

Instance Attribute Details

#cityObject

Returns the value of attribute city.



3
4
5
# File 'lib/lexoffice_client/address.rb', line 3

def city
  @city
end

#contact_idObject

Returns the value of attribute contact_id.



3
4
5
# File 'lib/lexoffice_client/address.rb', line 3

def contact_id
  @contact_id
end

#contact_personObject

Returns the value of attribute contact_person.



3
4
5
# File 'lib/lexoffice_client/address.rb', line 3

def contact_person
  @contact_person
end

#country_codeObject

Returns the value of attribute country_code.



3
4
5
# File 'lib/lexoffice_client/address.rb', line 3

def country_code
  @country_code
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/lexoffice_client/address.rb', line 3

def name
  @name
end

#streetObject

Returns the value of attribute street.



3
4
5
# File 'lib/lexoffice_client/address.rb', line 3

def street
  @street
end

#supplementObject

Returns the value of attribute supplement.



3
4
5
# File 'lib/lexoffice_client/address.rb', line 3

def supplement
  @supplement
end

#zipObject

Returns the value of attribute zip.



3
4
5
# File 'lib/lexoffice_client/address.rb', line 3

def zip
  @zip
end