Class: LexofficeClient::Contact

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

Defined Under Namespace

Classes: ReadService

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

#addressesObject

Returns the value of attribute addresses.



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

def addresses
  @addresses
end

#archivedObject

Returns the value of attribute archived.



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

def archived
  @archived
end

#companyObject

Returns the value of attribute company.



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

def company
  @company
end

#email_addressesObject

Returns the value of attribute email_addresses.



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

def email_addresses
  @email_addresses
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#organization_idObject

Returns the value of attribute organization_id.



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

def organization_id
  @organization_id
end

#rolesObject

Returns the value of attribute roles.



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

def roles
  @roles
end

#versionObject

Returns the value of attribute version.



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

def version
  @version
end