Class: SBF::Client::FullPerson
- Inherits:
-
Person
- Object
- BaseEntity
- TopLevelEntity
- Person
- SBF::Client::FullPerson
- Defined in:
- lib/stbaldricks/entities/person.rb
Direct Known Subclasses
Constant Summary
Constants inherited from TopLevelEntity
TopLevelEntity::DEFAULT_CLASS_ACTIONS, TopLevelEntity::DEFAULT_CRUD_ACTIONS, TopLevelEntity::DEFAULT_ENDPOINT, TopLevelEntity::DEFAULT_INSTANCE_ACTIONS
Constants inherited from BaseEntity
Instance Attribute Summary collapse
-
#birthday ⇒ Object
Returns the value of attribute birthday.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#display_name ⇒ Object
readonly
Returns the value of attribute display_name.
-
#display_name_override ⇒ Object
Returns the value of attribute display_name_override.
-
#first_and_last_name ⇒ Object
readonly
Returns the value of attribute first_and_last_name.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#how_created ⇒ Object
Returns the value of attribute how_created.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_minor ⇒ Object
Returns the value of attribute is_minor.
-
#league_status ⇒ Object
readonly
Returns the value of attribute league_status.
-
#modified_at ⇒ Object
readonly
Returns the value of attribute modified_at.
-
#modified_by ⇒ Object
Returns the value of attribute modified_by.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#salesforce_account_id ⇒ Object
Returns the value of attribute salesforce_account_id.
-
#salesforce_id ⇒ Object
Returns the value of attribute salesforce_id.
-
#selected_shipping_method ⇒ Object
Returns the value of attribute selected_shipping_method.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
-
#years_as_organizer ⇒ Object
Returns the value of attribute years_as_organizer.
-
#years_as_participant ⇒ Object
Returns the value of attribute years_as_participant.
Attributes inherited from BaseEntity
Instance Method Summary collapse
Methods inherited from Person
Methods included from TypeConcern
Methods included from Entities::DefaultCacheable
Methods inherited from TopLevelEntity
_endpoint, action, actions, blacklist_action, class_action, define_endpoint, endpoint, #endpoint, instance_action
Methods included from Entities::Cacheable
Methods inherited from BaseEntity
allow_instantiation?, attr_accessor, attr_reader, attr_writer, attributes, collection_attributes, #destroyed?, #dirty_data, entity_attr_accessor, entity_attr_reader, entity_attr_writer, entity_attributes, entity_collection_attr_accessor, entity_collection_attr_reader, entity_collection_attr_writer, #error, inherited, #initialize, #keys_hash, #model_name, multitype_attr_accessor, multitype_attr_reader, multitype_attr_writer, multitype_collection_attr_accessor, multitype_collection_attr_reader, multitype_collection_attr_writer, #not_provided_attributes, optional_attributes, #persisted?, #reload!, #reload_recursive, #rollback!, #to_hash, #to_json
Methods included from EntityResponseConcern
#add_errors, #data, #error?, #errors?, #errors_http_code=, #http_code, #success?
Constructor Details
This class inherits a constructor from SBF::Client::BaseEntity
Instance Attribute Details
#birthday ⇒ Object
Returns the value of attribute birthday.
390 391 392 |
# File 'lib/stbaldricks/entities/person.rb', line 390 def birthday @birthday end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
406 407 408 |
# File 'lib/stbaldricks/entities/person.rb', line 406 def created_at @created_at end |
#display_name ⇒ Object (readonly)
Returns the value of attribute display_name.
391 392 393 |
# File 'lib/stbaldricks/entities/person.rb', line 391 def display_name @display_name end |
#display_name_override ⇒ Object
Returns the value of attribute display_name_override.
392 393 394 |
# File 'lib/stbaldricks/entities/person.rb', line 392 def display_name_override @display_name_override end |
#first_and_last_name ⇒ Object (readonly)
Returns the value of attribute first_and_last_name.
391 392 393 |
# File 'lib/stbaldricks/entities/person.rb', line 391 def first_and_last_name @first_and_last_name end |
#gender ⇒ Object
Returns the value of attribute gender.
388 389 390 |
# File 'lib/stbaldricks/entities/person.rb', line 388 def gender @gender end |
#how_created ⇒ Object
Returns the value of attribute how_created.
408 409 410 |
# File 'lib/stbaldricks/entities/person.rb', line 408 def how_created @how_created end |
#id ⇒ Object
Returns the value of attribute id.
383 384 385 |
# File 'lib/stbaldricks/entities/person.rb', line 383 def id @id end |
#is_minor ⇒ Object
Returns the value of attribute is_minor.
389 390 391 |
# File 'lib/stbaldricks/entities/person.rb', line 389 def is_minor @is_minor end |
#league_status ⇒ Object (readonly)
Returns the value of attribute league_status.
394 395 396 |
# File 'lib/stbaldricks/entities/person.rb', line 394 def league_status @league_status end |
#modified_at ⇒ Object (readonly)
Returns the value of attribute modified_at.
406 407 408 |
# File 'lib/stbaldricks/entities/person.rb', line 406 def modified_at @modified_at end |
#modified_by ⇒ Object
Returns the value of attribute modified_by.
407 408 409 |
# File 'lib/stbaldricks/entities/person.rb', line 407 def modified_by @modified_by end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
395 396 397 |
# File 'lib/stbaldricks/entities/person.rb', line 395 def name @name end |
#salesforce_account_id ⇒ Object
Returns the value of attribute salesforce_account_id.
385 386 387 |
# File 'lib/stbaldricks/entities/person.rb', line 385 def salesforce_account_id @salesforce_account_id end |
#salesforce_id ⇒ Object
Returns the value of attribute salesforce_id.
384 385 386 |
# File 'lib/stbaldricks/entities/person.rb', line 384 def salesforce_id @salesforce_id end |
#selected_shipping_method ⇒ Object
Returns the value of attribute selected_shipping_method.
404 405 406 |
# File 'lib/stbaldricks/entities/person.rb', line 404 def selected_shipping_method @selected_shipping_method end |
#status ⇒ Object
Returns the value of attribute status.
387 388 389 |
# File 'lib/stbaldricks/entities/person.rb', line 387 def status @status end |
#type ⇒ Object
Returns the value of attribute type.
386 387 388 |
# File 'lib/stbaldricks/entities/person.rb', line 386 def type @type end |
#years_as_organizer ⇒ Object
Returns the value of attribute years_as_organizer.
393 394 395 |
# File 'lib/stbaldricks/entities/person.rb', line 393 def years_as_organizer @years_as_organizer end |
#years_as_participant ⇒ Object
Returns the value of attribute years_as_participant.
393 394 395 |
# File 'lib/stbaldricks/entities/person.rb', line 393 def years_as_participant @years_as_participant end |