Class: Icalia::Person

Inherits:
ModelBase show all
Includes:
ResourceTimestamps
Defined in:
lib/icalia-sdk-event-core/models/person.rb

Instance Attribute Summary collapse

Attributes inherited from ModelBase

#serialization_context

Method Summary

Methods inherited from ModelBase

has_many, has_one, #initialize

Methods included from ResourceIdentity

#to_key

Constructor Details

This class inherits a constructor from Icalia::ModelBase

Instance Attribute Details

#custom_genderObject (readonly)

Returns the value of attribute custom_gender.



6
7
8
# File 'lib/icalia-sdk-event-core/models/person.rb', line 6

def custom_gender
  @custom_gender
end

#date_of_birthObject (readonly)

Returns the value of attribute date_of_birth.



6
7
8
# File 'lib/icalia-sdk-event-core/models/person.rb', line 6

def date_of_birth
  @date_of_birth
end

#family_nameObject (readonly)

Returns the value of attribute family_name.



6
7
8
# File 'lib/icalia-sdk-event-core/models/person.rb', line 6

def family_name
  @family_name
end

#full_nameObject (readonly) Also known as: name

Returns the value of attribute full_name.



6
7
8
# File 'lib/icalia-sdk-event-core/models/person.rb', line 6

def full_name
  @full_name
end

#gender_typeObject (readonly)

Returns the value of attribute gender_type.



6
7
8
# File 'lib/icalia-sdk-event-core/models/person.rb', line 6

def gender_type
  @gender_type
end

#given_nameObject (readonly)

Returns the value of attribute given_name.



6
7
8
# File 'lib/icalia-sdk-event-core/models/person.rb', line 6

def given_name
  @given_name
end