Class: SBF::Client::Search::Memorial
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- SBF::Client::Search::Memorial
- Defined in:
- lib/stbaldricks/entities/search.rb
Constant Summary
Constants inherited from BaseEntity
Instance Attribute Summary collapse
-
#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.
-
#expiration_date ⇒ Object
readonly
Returns the value of attribute expiration_date.
-
#geo_location ⇒ Object
readonly
Returns the value of attribute geo_location.
-
#latitude ⇒ Object
readonly
Returns the value of attribute latitude.
-
#longitude ⇒ Object
readonly
Returns the value of attribute longitude.
-
#memorial_id ⇒ Object
readonly
Returns the value of attribute memorial_id.
-
#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.
-
#total_donations ⇒ Object
readonly
Returns the value of attribute total_donations.
-
#tribute_birthday ⇒ Object
readonly
Returns the value of attribute tribute_birthday.
-
#tribute_date_of_passing ⇒ Object
readonly
Returns the value of attribute tribute_date_of_passing.
-
#tribute_name ⇒ Object
readonly
Returns the value of attribute tribute_name.
-
#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
#city ⇒ Object (readonly)
Returns the value of attribute city.
209 210 211 |
# File 'lib/stbaldricks/entities/search.rb', line 209 def city @city end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
213 214 215 |
# File 'lib/stbaldricks/entities/search.rb', line 213 def country @country end |
#country_full ⇒ Object (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_name ⇒ Object (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_date ⇒ Object (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_location ⇒ Object (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 |
#latitude ⇒ Object (readonly)
Returns the value of attribute latitude.
214 215 216 |
# File 'lib/stbaldricks/entities/search.rb', line 214 def latitude @latitude end |
#longitude ⇒ Object (readonly)
Returns the value of attribute longitude.
215 216 217 |
# File 'lib/stbaldricks/entities/search.rb', line 215 def longitude @longitude end |
#memorial_id ⇒ Object (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 |
#state ⇒ Object (readonly)
Returns the value of attribute state.
210 211 212 |
# File 'lib/stbaldricks/entities/search.rb', line 210 def state @state end |
#state_full ⇒ Object (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_id ⇒ Object (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_donations ⇒ Object (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_birthday ⇒ Object (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_passing ⇒ Object (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_name ⇒ Object (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_code ⇒ Object (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 |