Class: SBF::Client::Search::Fundraiser

Inherits:
BaseEntity
  • Object
show all
Defined in:
lib/stbaldricks/entities/search.rb

Constant Summary

Constants inherited from BaseEntity

BaseEntity::ELSE

Instance Attribute Summary collapse

Attributes inherited from BaseEntity

#errors

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

#address1Object (readonly)

Returns the value of attribute address1.



182
183
184
# File 'lib/stbaldricks/entities/search.rb', line 182

def address1
  @address1
end

#address2Object (readonly)

Returns the value of attribute address2.



183
184
185
# File 'lib/stbaldricks/entities/search.rb', line 183

def address2
  @address2
end

#avatar_photo_urlObject (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

#cityObject (readonly)

Returns the value of attribute city.



184
185
186
# File 'lib/stbaldricks/entities/search.rb', line 184

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country.



187
188
189
# File 'lib/stbaldricks/entities/search.rb', line 187

def country
  @country
end

#country_fullObject (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_urlObject (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_nameObject (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_dateObject (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_timeObject (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_idObject (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_idObject (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_titleObject (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_nameObject (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_yearObject (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_idObject (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

#iconObject (readonly)

Returns the value of attribute icon.



190
191
192
# File 'lib/stbaldricks/entities/search.rb', line 190

def icon
  @icon
end

#mypage_urlObject (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_idObject (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_nameObject (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_dateObject (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_timeObject (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

#stateObject (readonly)

Returns the value of attribute state.



185
186
187
# File 'lib/stbaldricks/entities/search.rb', line 185

def state
  @state
end

#state_fullObject (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_idObject (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_idObject (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_nameObject (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

#titleObject (readonly)

Returns the value of attribute title.



169
170
171
# File 'lib/stbaldricks/entities/search.rb', line 169

def title
  @title
end

#total_donationsObject (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_nameObject (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_codeObject (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