Class: LexofficeClient::Role

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

Direct Known Subclasses

Customer, Vendor

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

#numberObject

Returns the value of attribute number.



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

def number
  @number
end