Class: SBF::Client::Search::Participant
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- SBF::Client::Search::Participant
- Defined in:
- lib/stbaldricks/entities/search.rb
Constant Summary
Constants inherited from BaseEntity
Instance Attribute Summary collapse
-
#address1 ⇒ Object
readonly
Returns the value of attribute address1.
-
#address2 ⇒ Object
readonly
Returns the value of attribute address2.
-
#birthday ⇒ Object
readonly
Returns the value of attribute birthday.
-
#city ⇒ Object
readonly
Returns the value of attribute city.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#country_full ⇒ Object
readonly
Returns the value of attribute country_full.
-
#display_name ⇒ Object
readonly
Returns the value of attribute display_name.
-
#event_date ⇒ Object
readonly
Returns the value of attribute event_date.
-
#event_id ⇒ Object
readonly
Returns the value of attribute event_id.
-
#event_status_id ⇒ Object
readonly
Returns the value of attribute event_status_id.
-
#event_title ⇒ Object
readonly
Returns the value of attribute event_title.
-
#event_year ⇒ Object
readonly
Returns the value of attribute event_year.
-
#first_name ⇒ Object
readonly
Returns the value of attribute first_name.
-
#geo_location ⇒ Object
readonly
Returns the value of attribute geo_location.
-
#is_website_allowed ⇒ Object
readonly
Returns the value of attribute is_website_allowed.
-
#last_name ⇒ Object
readonly
Returns the value of attribute last_name.
-
#latitude ⇒ Object
readonly
Returns the value of attribute latitude.
-
#legal_status_id ⇒ Object
readonly
Returns the value of attribute legal_status_id.
-
#longitude ⇒ Object
readonly
Returns the value of attribute longitude.
-
#participant_country ⇒ Object
readonly
Returns the value of attribute participant_country.
-
#participant_country_full ⇒ Object
readonly
Returns the value of attribute participant_country_full.
-
#participant_id ⇒ Object
readonly
Returns the value of attribute participant_id.
-
#participant_state ⇒ Object
readonly
Returns the value of attribute participant_state.
-
#participant_state_full ⇒ Object
readonly
Returns the value of attribute participant_state_full.
-
#participant_zip_code ⇒ Object
readonly
Returns the value of attribute participant_zip_code.
-
#profile_id ⇒ Object
readonly
Returns the value of attribute profile_id.
-
#raw_display_name ⇒ Object
readonly
Returns the value of attribute raw_display_name.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
-
#state_full ⇒ Object
readonly
Returns the value of attribute state_full.
-
#status_id ⇒ Object
readonly
Returns the value of attribute status_id.
-
#team_id ⇒ Object
readonly
Returns the value of attribute team_id.
-
#team_name ⇒ Object
readonly
Returns the value of attribute team_name.
-
#total_donations ⇒ Object
readonly
Returns the value of attribute total_donations.
-
#venue_name ⇒ Object
readonly
Returns the value of attribute venue_name.
-
#virtual_participation_date ⇒ Object
readonly
Returns the value of attribute virtual_participation_date.
-
#zip_code ⇒ Object
readonly
Returns the value of attribute zip_code.
Attributes inherited from BaseEntity
Method Summary
Methods inherited from BaseEntity
#add_errors, allow_instantiation?, attr_accessor, attr_reader, attr_writer, attributes, #attributes=, collection_attributes, entity_attr_accessor, entity_attr_reader, entity_attr_writer, entity_attributes, entity_collection_attr_accessor, entity_collection_attr_reader, entity_collection_attr_writer, inherited, #initialize, #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?, #to_hash, #to_json
Constructor Details
This class inherits a constructor from SBF::Client::BaseEntity
Instance Attribute Details
#address1 ⇒ Object (readonly)
Returns the value of attribute address1.
114 115 116 |
# File 'lib/stbaldricks/entities/search.rb', line 114 def address1 @address1 end |
#address2 ⇒ Object (readonly)
Returns the value of attribute address2.
115 116 117 |
# File 'lib/stbaldricks/entities/search.rb', line 115 def address2 @address2 end |
#birthday ⇒ Object (readonly)
Returns the value of attribute birthday.
129 130 131 |
# File 'lib/stbaldricks/entities/search.rb', line 129 def birthday @birthday end |
#city ⇒ Object (readonly)
Returns the value of attribute city.
116 117 118 |
# File 'lib/stbaldricks/entities/search.rb', line 116 def city @city end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
121 122 123 |
# File 'lib/stbaldricks/entities/search.rb', line 121 def country @country end |
#country_full ⇒ Object (readonly)
Returns the value of attribute country_full.
122 123 124 |
# File 'lib/stbaldricks/entities/search.rb', line 122 def country_full @country_full end |
#display_name ⇒ Object (readonly)
Returns the value of attribute display_name.
106 107 108 |
# File 'lib/stbaldricks/entities/search.rb', line 106 def display_name @display_name end |
#event_date ⇒ Object (readonly)
Returns the value of attribute event_date.
125 126 127 |
# File 'lib/stbaldricks/entities/search.rb', line 125 def event_date @event_date end |
#event_id ⇒ Object (readonly)
Returns the value of attribute event_id.
126 127 128 |
# File 'lib/stbaldricks/entities/search.rb', line 126 def event_id @event_id end |
#event_status_id ⇒ Object (readonly)
Returns the value of attribute event_status_id.
132 133 134 |
# File 'lib/stbaldricks/entities/search.rb', line 132 def event_status_id @event_status_id end |
#event_title ⇒ Object (readonly)
Returns the value of attribute event_title.
111 112 113 |
# File 'lib/stbaldricks/entities/search.rb', line 111 def event_title @event_title end |
#event_year ⇒ Object (readonly)
Returns the value of attribute event_year.
104 105 106 |
# File 'lib/stbaldricks/entities/search.rb', line 104 def event_year @event_year end |
#first_name ⇒ Object (readonly)
Returns the value of attribute first_name.
107 108 109 |
# File 'lib/stbaldricks/entities/search.rb', line 107 def first_name @first_name end |
#geo_location ⇒ Object (readonly)
Returns the value of attribute geo_location.
137 138 139 |
# File 'lib/stbaldricks/entities/search.rb', line 137 def geo_location @geo_location end |
#is_website_allowed ⇒ Object (readonly)
Returns the value of attribute is_website_allowed.
127 128 129 |
# File 'lib/stbaldricks/entities/search.rb', line 127 def is_website_allowed @is_website_allowed end |
#last_name ⇒ Object (readonly)
Returns the value of attribute last_name.
108 109 110 |
# File 'lib/stbaldricks/entities/search.rb', line 108 def last_name @last_name end |
#latitude ⇒ Object (readonly)
Returns the value of attribute latitude.
135 136 137 |
# File 'lib/stbaldricks/entities/search.rb', line 135 def latitude @latitude end |
#legal_status_id ⇒ Object (readonly)
Returns the value of attribute legal_status_id.
128 129 130 |
# File 'lib/stbaldricks/entities/search.rb', line 128 def legal_status_id @legal_status_id end |
#longitude ⇒ Object (readonly)
Returns the value of attribute longitude.
136 137 138 |
# File 'lib/stbaldricks/entities/search.rb', line 136 def longitude @longitude end |
#participant_country ⇒ Object (readonly)
Returns the value of attribute participant_country.
123 124 125 |
# File 'lib/stbaldricks/entities/search.rb', line 123 def participant_country @participant_country end |
#participant_country_full ⇒ Object (readonly)
Returns the value of attribute participant_country_full.
124 125 126 |
# File 'lib/stbaldricks/entities/search.rb', line 124 def participant_country_full @participant_country_full end |
#participant_id ⇒ Object (readonly)
Returns the value of attribute participant_id.
103 104 105 |
# File 'lib/stbaldricks/entities/search.rb', line 103 def participant_id @participant_id end |
#participant_state ⇒ Object (readonly)
Returns the value of attribute participant_state.
119 120 121 |
# File 'lib/stbaldricks/entities/search.rb', line 119 def participant_state @participant_state end |
#participant_state_full ⇒ Object (readonly)
Returns the value of attribute participant_state_full.
120 121 122 |
# File 'lib/stbaldricks/entities/search.rb', line 120 def participant_state_full @participant_state_full end |
#participant_zip_code ⇒ Object (readonly)
Returns the value of attribute participant_zip_code.
113 114 115 |
# File 'lib/stbaldricks/entities/search.rb', line 113 def participant_zip_code @participant_zip_code end |
#profile_id ⇒ Object (readonly)
Returns the value of attribute profile_id.
130 131 132 |
# File 'lib/stbaldricks/entities/search.rb', line 130 def profile_id @profile_id end |
#raw_display_name ⇒ Object (readonly)
Returns the value of attribute raw_display_name.
105 106 107 |
# File 'lib/stbaldricks/entities/search.rb', line 105 def raw_display_name @raw_display_name end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
117 118 119 |
# File 'lib/stbaldricks/entities/search.rb', line 117 def state @state end |
#state_full ⇒ Object (readonly)
Returns the value of attribute state_full.
118 119 120 |
# File 'lib/stbaldricks/entities/search.rb', line 118 def state_full @state_full end |
#status_id ⇒ Object (readonly)
Returns the value of attribute status_id.
131 132 133 |
# File 'lib/stbaldricks/entities/search.rb', line 131 def status_id @status_id end |
#team_id ⇒ Object (readonly)
Returns the value of attribute team_id.
133 134 135 |
# File 'lib/stbaldricks/entities/search.rb', line 133 def team_id @team_id end |
#team_name ⇒ Object (readonly)
Returns the value of attribute team_name.
109 110 111 |
# File 'lib/stbaldricks/entities/search.rb', line 109 def team_name @team_name end |
#total_donations ⇒ Object (readonly)
Returns the value of attribute total_donations.
138 139 140 |
# File 'lib/stbaldricks/entities/search.rb', line 138 def total_donations @total_donations end |
#venue_name ⇒ Object (readonly)
Returns the value of attribute venue_name.
110 111 112 |
# File 'lib/stbaldricks/entities/search.rb', line 110 def venue_name @venue_name end |
#virtual_participation_date ⇒ Object (readonly)
Returns the value of attribute virtual_participation_date.
134 135 136 |
# File 'lib/stbaldricks/entities/search.rb', line 134 def virtual_participation_date @virtual_participation_date end |
#zip_code ⇒ Object (readonly)
Returns the value of attribute zip_code.
112 113 114 |
# File 'lib/stbaldricks/entities/search.rb', line 112 def zip_code @zip_code end |