Class: LessNeglectApi::Person

Inherits:
ApiObject show all
Defined in:
lib/lessneglect/objects/person.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from ApiObject

#initialize

Constructor Details

This class inherits a constructor from LessNeglectApi::ApiObject

Instance Attribute Details

#emailObject

Returns the value of attribute email.



4
5
6
# File 'lib/lessneglect/objects/person.rb', line 4

def email
  @email
end

#external_identifierObject

Returns the value of attribute external_identifier.



4
5
6
# File 'lib/lessneglect/objects/person.rb', line 4

def external_identifier
  @external_identifier
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/lessneglect/objects/person.rb', line 4

def id
  @id
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/lessneglect/objects/person.rb', line 4

def name
  @name
end

#propertiesObject

Returns the value of attribute properties.



4
5
6
# File 'lib/lessneglect/objects/person.rb', line 4

def properties
  @properties
end