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

#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

#cityObject (readonly)

Returns the value of attribute city.



209
210
211
# File 'lib/stbaldricks/entities/search.rb', line 209

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country.



213
214
215
# File 'lib/stbaldricks/entities/search.rb', line 213

def country
  @country
end

#country_fullObject (readonly)

Returns the value of attribute country_full.



212
213
214
# File 'lib/stbaldricks/entities/search.rb', line 212

def country_full
  @country_full
end

#display_nameObject (readonly)

Returns the value of attribute display_name.



206
207
208
# File 'lib/stbaldricks/entities/search.rb', line 206

def display_name
  @display_name
end

#expiration_dateObject (readonly)

Returns the value of attribute expiration_date.



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

def expiration_date
  @expiration_date
end

#geo_locationObject (readonly)

Returns the value of attribute geo_location.



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

def geo_location
  @geo_location
end

#latitudeObject (readonly)

Returns the value of attribute latitude.



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

def latitude
  @latitude
end

#longitudeObject (readonly)

Returns the value of attribute longitude.



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

def longitude
  @longitude
end

#memorial_idObject (readonly)

Returns the value of attribute memorial_id.



204
205
206
# File 'lib/stbaldricks/entities/search.rb', line 204

def memorial_id
  @memorial_id
end

#stateObject (readonly)

Returns the value of attribute state.



210
211
212
# File 'lib/stbaldricks/entities/search.rb', line 210

def state
  @state
end

#state_fullObject (readonly)

Returns the value of attribute state_full.



211
212
213
# File 'lib/stbaldricks/entities/search.rb', line 211

def state_full
  @state_full
end

#status_idObject (readonly)

Returns the value of attribute status_id.



207
208
209
# File 'lib/stbaldricks/entities/search.rb', line 207

def status_id
  @status_id
end

#total_donationsObject (readonly)

Returns the value of attribute total_donations.



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

def total_donations
  @total_donations
end

#tribute_birthdayObject (readonly)

Returns the value of attribute tribute_birthday.



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

def tribute_birthday
  @tribute_birthday
end

#tribute_date_of_passingObject (readonly)

Returns the value of attribute tribute_date_of_passing.



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

def tribute_date_of_passing
  @tribute_date_of_passing
end

#tribute_nameObject (readonly)

Returns the value of attribute tribute_name.



205
206
207
# File 'lib/stbaldricks/entities/search.rb', line 205

def tribute_name
  @tribute_name
end

#zip_codeObject (readonly)

Returns the value of attribute zip_code.



208
209
210
# File 'lib/stbaldricks/entities/search.rb', line 208

def zip_code
  @zip_code
end