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, 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

#cityObject (readonly)

Returns the value of attribute city.



182
183
184
# File 'lib/stbaldricks/entities/search.rb', line 182

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country.



186
187
188
# File 'lib/stbaldricks/entities/search.rb', line 186

def country
  @country
end

#country_fullObject (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_nameObject (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_dateObject (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_idObject (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

#stateObject (readonly)

Returns the value of attribute state.



183
184
185
# File 'lib/stbaldricks/entities/search.rb', line 183

def state
  @state
end

#state_fullObject (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_idObject (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_donationsObject (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_birthdayObject (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_passingObject (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_nameObject (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