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
-
#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.
-
#expiration_date ⇒ Object
readonly
Returns the value of attribute expiration_date.
-
#memorial_id ⇒ Object
readonly
Returns the value of attribute memorial_id.
-
#mypage_url ⇒ Object
readonly
Returns the value of attribute mypage_url.
-
#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.
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
#avatar_photo_url ⇒ Object (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 |
#city ⇒ Object (readonly)
Returns the value of attribute city.
219 220 221 |
# File 'lib/stbaldricks/entities/search.rb', line 219 def city @city end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
223 224 225 |
# File 'lib/stbaldricks/entities/search.rb', line 223 def country @country end |
#country_full ⇒ Object (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_url ⇒ Object (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_name ⇒ Object (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_date ⇒ Object (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_id ⇒ Object (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_url ⇒ Object (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 |
#state ⇒ Object (readonly)
Returns the value of attribute state.
220 221 222 |
# File 'lib/stbaldricks/entities/search.rb', line 220 def state @state end |
#state_full ⇒ Object (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_id ⇒ Object (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_donations ⇒ Object (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_birthday ⇒ Object (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_passing ⇒ Object (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_name ⇒ Object (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 |