Class: LexofficeClient::Contact
- Inherits:
-
Model::Base
- Object
- Model::Base
- LexofficeClient::Contact
- Defined in:
- lib/lexoffice_client/contact.rb
Defined Under Namespace
Classes: ReadService
Instance Attribute Summary collapse
-
#addresses ⇒ Object
Returns the value of attribute addresses.
-
#archived ⇒ Object
Returns the value of attribute archived.
-
#company ⇒ Object
Returns the value of attribute company.
-
#email_addresses ⇒ Object
Returns the value of attribute email_addresses.
-
#id ⇒ Object
Returns the value of attribute id.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#roles ⇒ Object
Returns the value of attribute roles.
-
#version ⇒ Object
Returns the value of attribute version.
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
#addresses ⇒ Object
Returns the value of attribute addresses.
3 4 5 |
# File 'lib/lexoffice_client/contact.rb', line 3 def addresses @addresses end |
#archived ⇒ Object
Returns the value of attribute archived.
3 4 5 |
# File 'lib/lexoffice_client/contact.rb', line 3 def archived @archived end |
#company ⇒ Object
Returns the value of attribute company.
3 4 5 |
# File 'lib/lexoffice_client/contact.rb', line 3 def company @company end |
#email_addresses ⇒ Object
Returns the value of attribute email_addresses.
3 4 5 |
# File 'lib/lexoffice_client/contact.rb', line 3 def email_addresses @email_addresses end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/lexoffice_client/contact.rb', line 3 def id @id end |
#organization_id ⇒ Object
Returns the value of attribute organization_id.
3 4 5 |
# File 'lib/lexoffice_client/contact.rb', line 3 def organization_id @organization_id end |
#roles ⇒ Object
Returns the value of attribute roles.
3 4 5 |
# File 'lib/lexoffice_client/contact.rb', line 3 def roles @roles end |
#version ⇒ Object
Returns the value of attribute version.
3 4 5 |
# File 'lib/lexoffice_client/contact.rb', line 3 def version @version end |