Class: SBF::Client::Search::Fundraiser
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- SBF::Client::Search::Fundraiser
- 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.
-
#avatar_photo_url ⇒ Object
readonly
Returns the value of attribute avatar_photo_url.
-
#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.
-
#default_photo_url ⇒ Object
readonly
Returns the value of attribute default_photo_url.
-
#display_name ⇒ Object
readonly
Returns the value of attribute display_name.
-
#end_date ⇒ Object
readonly
Returns the value of attribute end_date.
-
#end_time ⇒ Object
readonly
Returns the value of attribute end_time.
-
#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_venue_name ⇒ Object
readonly
Returns the value of attribute event_venue_name.
-
#event_year ⇒ Object
readonly
Returns the value of attribute event_year.
-
#fundraiser_id ⇒ Object
readonly
Returns the value of attribute fundraiser_id.
-
#icon ⇒ Object
readonly
Returns the value of attribute icon.
-
#mypage_url ⇒ Object
readonly
Returns the value of attribute mypage_url.
-
#profile_id ⇒ Object
readonly
Returns the value of attribute profile_id.
-
#raw_display_name ⇒ Object
readonly
Returns the value of attribute raw_display_name.
-
#start_date ⇒ Object
readonly
Returns the value of attribute start_date.
-
#start_time ⇒ Object
readonly
Returns the value of attribute start_time.
-
#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.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#total_donations ⇒ Object
readonly
Returns the value of attribute total_donations.
-
#venue_name ⇒ Object
readonly
Returns the value of attribute venue_name.
-
#zip_code ⇒ Object
readonly
Returns the value of attribute zip_code.
Attributes inherited from BaseEntity
Method Summary
Methods inherited from BaseEntity
allow_instantiation?, attr_accessor, attr_reader, attr_writer, collection_attributes, defined_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, #to_partial
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
#address1 ⇒ Object (readonly)
Returns the value of attribute address1.
182 183 184 |
# File 'lib/stbaldricks/entities/search.rb', line 182 def address1 @address1 end |
#address2 ⇒ Object (readonly)
Returns the value of attribute address2.
183 184 185 |
# File 'lib/stbaldricks/entities/search.rb', line 183 def address2 @address2 end |
#avatar_photo_url ⇒ Object (readonly)
Returns the value of attribute avatar_photo_url.
193 194 195 |
# File 'lib/stbaldricks/entities/search.rb', line 193 def avatar_photo_url @avatar_photo_url end |
#city ⇒ Object (readonly)
Returns the value of attribute city.
184 185 186 |
# File 'lib/stbaldricks/entities/search.rb', line 184 def city @city end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
187 188 189 |
# File 'lib/stbaldricks/entities/search.rb', line 187 def country @country end |
#country_full ⇒ Object (readonly)
Returns the value of attribute country_full.
188 189 190 |
# File 'lib/stbaldricks/entities/search.rb', line 188 def country_full @country_full end |
#default_photo_url ⇒ Object (readonly)
Returns the value of attribute default_photo_url.
192 193 194 |
# File 'lib/stbaldricks/entities/search.rb', line 192 def default_photo_url @default_photo_url end |
#display_name ⇒ Object (readonly)
Returns the value of attribute display_name.
173 174 175 |
# File 'lib/stbaldricks/entities/search.rb', line 173 def display_name @display_name end |
#end_date ⇒ Object (readonly)
Returns the value of attribute end_date.
176 177 178 |
# File 'lib/stbaldricks/entities/search.rb', line 176 def end_date @end_date end |
#end_time ⇒ Object (readonly)
Returns the value of attribute end_time.
177 178 179 |
# File 'lib/stbaldricks/entities/search.rb', line 177 def end_time @end_time end |
#event_id ⇒ Object (readonly)
Returns the value of attribute event_id.
165 166 167 |
# File 'lib/stbaldricks/entities/search.rb', line 165 def event_id @event_id end |
#event_status_id ⇒ Object (readonly)
Returns the value of attribute event_status_id.
166 167 168 |
# File 'lib/stbaldricks/entities/search.rb', line 166 def event_status_id @event_status_id end |
#event_title ⇒ Object (readonly)
Returns the value of attribute event_title.
167 168 169 |
# File 'lib/stbaldricks/entities/search.rb', line 167 def event_title @event_title end |
#event_venue_name ⇒ Object (readonly)
Returns the value of attribute event_venue_name.
181 182 183 |
# File 'lib/stbaldricks/entities/search.rb', line 181 def event_venue_name @event_venue_name end |
#event_year ⇒ Object (readonly)
Returns the value of attribute event_year.
164 165 166 |
# File 'lib/stbaldricks/entities/search.rb', line 164 def event_year @event_year end |
#fundraiser_id ⇒ Object (readonly)
Returns the value of attribute fundraiser_id.
163 164 165 |
# File 'lib/stbaldricks/entities/search.rb', line 163 def fundraiser_id @fundraiser_id end |
#icon ⇒ Object (readonly)
Returns the value of attribute icon.
190 191 192 |
# File 'lib/stbaldricks/entities/search.rb', line 190 def icon @icon end |
#mypage_url ⇒ Object (readonly)
Returns the value of attribute mypage_url.
191 192 193 |
# File 'lib/stbaldricks/entities/search.rb', line 191 def mypage_url @mypage_url end |
#profile_id ⇒ Object (readonly)
Returns the value of attribute profile_id.
171 172 173 |
# File 'lib/stbaldricks/entities/search.rb', line 171 def profile_id @profile_id end |
#raw_display_name ⇒ Object (readonly)
Returns the value of attribute raw_display_name.
172 173 174 |
# File 'lib/stbaldricks/entities/search.rb', line 172 def raw_display_name @raw_display_name end |
#start_date ⇒ Object (readonly)
Returns the value of attribute start_date.
174 175 176 |
# File 'lib/stbaldricks/entities/search.rb', line 174 def start_date @start_date end |
#start_time ⇒ Object (readonly)
Returns the value of attribute start_time.
175 176 177 |
# File 'lib/stbaldricks/entities/search.rb', line 175 def start_time @start_time end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
185 186 187 |
# File 'lib/stbaldricks/entities/search.rb', line 185 def state @state end |
#state_full ⇒ Object (readonly)
Returns the value of attribute state_full.
186 187 188 |
# File 'lib/stbaldricks/entities/search.rb', line 186 def state_full @state_full end |
#status_id ⇒ Object (readonly)
Returns the value of attribute status_id.
170 171 172 |
# File 'lib/stbaldricks/entities/search.rb', line 170 def status_id @status_id end |
#team_id ⇒ Object (readonly)
Returns the value of attribute team_id.
168 169 170 |
# File 'lib/stbaldricks/entities/search.rb', line 168 def team_id @team_id end |
#team_name ⇒ Object (readonly)
Returns the value of attribute team_name.
180 181 182 |
# File 'lib/stbaldricks/entities/search.rb', line 180 def team_name @team_name end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
169 170 171 |
# File 'lib/stbaldricks/entities/search.rb', line 169 def title @title end |
#total_donations ⇒ Object (readonly)
Returns the value of attribute total_donations.
189 190 191 |
# File 'lib/stbaldricks/entities/search.rb', line 189 def total_donations @total_donations end |
#venue_name ⇒ Object (readonly)
Returns the value of attribute venue_name.
179 180 181 |
# File 'lib/stbaldricks/entities/search.rb', line 179 def venue_name @venue_name end |
#zip_code ⇒ Object (readonly)
Returns the value of attribute zip_code.
178 179 180 |
# File 'lib/stbaldricks/entities/search.rb', line 178 def zip_code @zip_code end |