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.
-
#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.
Attributes inherited from BaseEntity
Method Summary
Methods inherited from BaseEntity
allow_instantiation?, attr_accessor, attr_reader, attr_writer, attributes, collection_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
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
#city ⇒ Object (readonly)
Returns the value of attribute city.
182 183 184 |
# File 'lib/stbaldricks/entities/search.rb', line 182 def city @city end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
186 187 188 |
# File 'lib/stbaldricks/entities/search.rb', line 186 def country @country end |
#country_full ⇒ Object (readonly)
Returns the value of attribute country_full.
185 186 187 |
# File 'lib/stbaldricks/entities/search.rb', line 185 def country_full @country_full end |
#display_name ⇒ Object (readonly)
Returns the value of attribute display_name.
180 181 182 |
# File 'lib/stbaldricks/entities/search.rb', line 180 def display_name @display_name end |
#expiration_date ⇒ Object (readonly)
Returns the value of attribute expiration_date.
189 190 191 |
# File 'lib/stbaldricks/entities/search.rb', line 189 def expiration_date @expiration_date end |
#memorial_id ⇒ Object (readonly)
Returns the value of attribute memorial_id.
178 179 180 |
# File 'lib/stbaldricks/entities/search.rb', line 178 def memorial_id @memorial_id end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
183 184 185 |
# File 'lib/stbaldricks/entities/search.rb', line 183 def state @state end |
#state_full ⇒ Object (readonly)
Returns the value of attribute state_full.
184 185 186 |
# File 'lib/stbaldricks/entities/search.rb', line 184 def state_full @state_full end |
#status_id ⇒ Object (readonly)
Returns the value of attribute status_id.
181 182 183 |
# File 'lib/stbaldricks/entities/search.rb', line 181 def status_id @status_id end |
#total_donations ⇒ Object (readonly)
Returns the value of attribute total_donations.
190 191 192 |
# File 'lib/stbaldricks/entities/search.rb', line 190 def total_donations @total_donations end |
#tribute_birthday ⇒ Object (readonly)
Returns the value of attribute tribute_birthday.
187 188 189 |
# File 'lib/stbaldricks/entities/search.rb', line 187 def tribute_birthday @tribute_birthday end |
#tribute_date_of_passing ⇒ Object (readonly)
Returns the value of attribute tribute_date_of_passing.
188 189 190 |
# File 'lib/stbaldricks/entities/search.rb', line 188 def tribute_date_of_passing @tribute_date_of_passing end |
#tribute_name ⇒ Object (readonly)
Returns the value of attribute tribute_name.
179 180 181 |
# File 'lib/stbaldricks/entities/search.rb', line 179 def tribute_name @tribute_name end |