Class: Icalia::Person
- Includes:
- ResourceTimestamps
- Defined in:
- lib/icalia-sdk-event-core/models/person.rb
Instance Attribute Summary collapse
-
#custom_gender ⇒ Object
readonly
Returns the value of attribute custom_gender.
-
#date_of_birth ⇒ Object
readonly
Returns the value of attribute date_of_birth.
-
#family_name ⇒ Object
readonly
Returns the value of attribute family_name.
-
#full_name ⇒ Object
(also: #name)
readonly
Returns the value of attribute full_name.
-
#gender_type ⇒ Object
readonly
Returns the value of attribute gender_type.
-
#given_name ⇒ Object
readonly
Returns the value of attribute given_name.
Attributes inherited from ModelBase
Method Summary
Methods inherited from ModelBase
has_many, has_one, #initialize
Methods included from ResourceIdentity
Constructor Details
This class inherits a constructor from Icalia::ModelBase
Instance Attribute Details
#custom_gender ⇒ Object (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_birth ⇒ Object (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_name ⇒ Object (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_name ⇒ Object (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_type ⇒ Object (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_name ⇒ Object (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 |