Class: SBF::Client::Search::Memorial

Inherits:
BaseEntity 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

#avatar_photo_urlObject (readonly)

Returns the value of attribute avatar_photo_url.



230
231
232
# File 'lib/stbaldricks/entities/search.rb', line 230

def avatar_photo_url
  @avatar_photo_url
end

#cityObject (readonly)

Returns the value of attribute city.



219
220
221
# File 'lib/stbaldricks/entities/search.rb', line 219

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country.



223
224
225
# File 'lib/stbaldricks/entities/search.rb', line 223

def country
  @country
end

#country_fullObject (readonly)

Returns the value of attribute country_full.



222
223
224
# File 'lib/stbaldricks/entities/search.rb', line 222

def country_full
  @country_full
end

#default_photo_urlObject (readonly)

Returns the value of attribute default_photo_url.



229
230
231
# File 'lib/stbaldricks/entities/search.rb', line 229

def default_photo_url
  @default_photo_url
end

#display_nameObject (readonly)

Returns the value of attribute display_name.



217
218
219
# File 'lib/stbaldricks/entities/search.rb', line 217

def display_name
  @display_name
end

#expiration_dateObject (readonly)

Returns the value of attribute expiration_date.



226
227
228
# File 'lib/stbaldricks/entities/search.rb', line 226

def expiration_date
  @expiration_date
end

#memorial_idObject (readonly)

Returns the value of attribute memorial_id.



215
216
217
# File 'lib/stbaldricks/entities/search.rb', line 215

def memorial_id
  @memorial_id
end

#mypage_urlObject (readonly)

Returns the value of attribute mypage_url.



228
229
230
# File 'lib/stbaldricks/entities/search.rb', line 228

def mypage_url
  @mypage_url
end

#stateObject (readonly)

Returns the value of attribute state.



220
221
222
# File 'lib/stbaldricks/entities/search.rb', line 220

def state
  @state
end

#state_fullObject (readonly)

Returns the value of attribute state_full.



221
222
223
# File 'lib/stbaldricks/entities/search.rb', line 221

def state_full
  @state_full
end

#status_idObject (readonly)

Returns the value of attribute status_id.



218
219
220
# File 'lib/stbaldricks/entities/search.rb', line 218

def status_id
  @status_id
end

#total_donationsObject (readonly)

Returns the value of attribute total_donations.



227
228
229
# File 'lib/stbaldricks/entities/search.rb', line 227

def total_donations
  @total_donations
end

#tribute_birthdayObject (readonly)

Returns the value of attribute tribute_birthday.



224
225
226
# File 'lib/stbaldricks/entities/search.rb', line 224

def tribute_birthday
  @tribute_birthday
end

#tribute_date_of_passingObject (readonly)

Returns the value of attribute tribute_date_of_passing.



225
226
227
# File 'lib/stbaldricks/entities/search.rb', line 225

def tribute_date_of_passing
  @tribute_date_of_passing
end

#tribute_nameObject (readonly)

Returns the value of attribute tribute_name.



216
217
218
# File 'lib/stbaldricks/entities/search.rb', line 216

def tribute_name
  @tribute_name
end