Class: LexofficeClient::Address
- Inherits:
-
Model::Base
- Object
- Model::Base
- LexofficeClient::Address
- Defined in:
- lib/lexoffice_client/address.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#contact_id ⇒ Object
Returns the value of attribute contact_id.
-
#contact_person ⇒ Object
Returns the value of attribute contact_person.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#name ⇒ Object
Returns the value of attribute name.
-
#street ⇒ Object
Returns the value of attribute street.
-
#supplement ⇒ Object
Returns the value of attribute supplement.
-
#zip ⇒ Object
Returns the value of attribute zip.
Method Summary
Methods inherited from Model::Base
Methods included from Model::Base::SerializationConcern
Methods included from Model::Base::AttributeNamesConcern
Constructor Details
This class inherits a constructor from LexofficeClient::Model::Base
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city.
3 4 5 |
# File 'lib/lexoffice_client/address.rb', line 3 def city @city end |
#contact_id ⇒ Object
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_person ⇒ Object
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_code ⇒ Object
Returns the value of attribute country_code.
3 4 5 |
# File 'lib/lexoffice_client/address.rb', line 3 def country_code @country_code end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/lexoffice_client/address.rb', line 3 def name @name end |
#street ⇒ Object
Returns the value of attribute street.
3 4 5 |
# File 'lib/lexoffice_client/address.rb', line 3 def street @street end |
#supplement ⇒ Object
Returns the value of attribute supplement.
3 4 5 |
# File 'lib/lexoffice_client/address.rb', line 3 def supplement @supplement end |
#zip ⇒ Object
Returns the value of attribute zip.
3 4 5 |
# File 'lib/lexoffice_client/address.rb', line 3 def zip @zip end |