Class: SBF::Client::Search::Kid

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

#address1Object (readonly)

Returns the value of attribute address1.



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

def address1
  @address1
end

#avatar_photo_urlObject (readonly)

Returns the value of attribute avatar_photo_url.



197
198
199
# File 'lib/stbaldricks/entities/search.rb', line 197

def avatar_photo_url
  @avatar_photo_url
end

#birthdayObject (readonly)

Returns the value of attribute birthday.



188
189
190
# File 'lib/stbaldricks/entities/search.rb', line 188

def birthday
  @birthday
end

#cityObject (readonly)

Returns the value of attribute city.



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

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country.



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

def country
  @country
end

#country_fullObject (readonly)

Returns the value of attribute country_full.



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

def country_full
  @country_full
end

#date_of_deathObject (readonly)

Returns the value of attribute date_of_death.



189
190
191
# File 'lib/stbaldricks/entities/search.rb', line 189

def date_of_death
  @date_of_death
end

#default_photo_urlObject (readonly)

Returns the value of attribute default_photo_url.



196
197
198
# File 'lib/stbaldricks/entities/search.rb', line 196

def default_photo_url
  @default_photo_url
end

#diagnosis_otherObject (readonly)

Returns the value of attribute diagnosis_other.



191
192
193
# File 'lib/stbaldricks/entities/search.rb', line 191

def diagnosis_other
  @diagnosis_other
end

#diagnosis_slugObject (readonly)

Returns the value of attribute diagnosis_slug.



190
191
192
# File 'lib/stbaldricks/entities/search.rb', line 190

def diagnosis_slug
  @diagnosis_slug
end

#display_nameObject (readonly)

Returns the value of attribute display_name.



178
179
180
# File 'lib/stbaldricks/entities/search.rb', line 178

def display_name
  @display_name
end

#first_nameObject (readonly)

Returns the value of attribute first_name.



179
180
181
# File 'lib/stbaldricks/entities/search.rb', line 179

def first_name
  @first_name
end

#geo_locationObject (readonly)

Returns the value of attribute geo_location.



200
201
202
# File 'lib/stbaldricks/entities/search.rb', line 200

def geo_location
  @geo_location
end

#kid_idObject (readonly)

Returns the value of attribute kid_id.



177
178
179
# File 'lib/stbaldricks/entities/search.rb', line 177

def kid_id
  @kid_id
end

#last_nameObject (readonly)

Returns the value of attribute last_name.



180
181
182
# File 'lib/stbaldricks/entities/search.rb', line 180

def last_name
  @last_name
end

#latitudeObject (readonly)

Returns the value of attribute latitude.



198
199
200
# File 'lib/stbaldricks/entities/search.rb', line 198

def latitude
  @latitude
end

#longitudeObject (readonly)

Returns the value of attribute longitude.



199
200
201
# File 'lib/stbaldricks/entities/search.rb', line 199

def longitude
  @longitude
end

#mypage_urlObject (readonly)

Returns the value of attribute mypage_url.



195
196
197
# File 'lib/stbaldricks/entities/search.rb', line 195

def mypage_url
  @mypage_url
end

#stateObject (readonly)

Returns the value of attribute state.



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

def state
  @state
end

#state_fullObject (readonly)

Returns the value of attribute state_full.



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

def state_full
  @state_full
end

#status_idObject (readonly)

Returns the value of attribute status_id.



192
193
194
# File 'lib/stbaldricks/entities/search.rb', line 192

def status_id
  @status_id
end

#treatment_status_otherObject (readonly)

Returns the value of attribute treatment_status_other.



194
195
196
# File 'lib/stbaldricks/entities/search.rb', line 194

def treatment_status_other
  @treatment_status_other
end

#treatment_status_slugObject (readonly)

Returns the value of attribute treatment_status_slug.



193
194
195
# File 'lib/stbaldricks/entities/search.rb', line 193

def treatment_status_slug
  @treatment_status_slug
end

#zip_codeObject (readonly)

Returns the value of attribute zip_code.



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

def zip_code
  @zip_code
end