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

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_urlObject (readonly)

Returns the value of attribute avatar_photo_url.



211
212
213
# File 'lib/stbaldricks/entities/search.rb', line 211

def avatar_photo_url
  @avatar_photo_url
end

#cityObject (readonly)

Returns the value of attribute city.



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

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country.



203
204
205
# File 'lib/stbaldricks/entities/search.rb', line 203

def country
  @country
end

#country_fullObject (readonly)

Returns the value of attribute country_full.



202
203
204
# File 'lib/stbaldricks/entities/search.rb', line 202

def country_full
  @country_full
end

#default_photo_urlObject (readonly)

Returns the value of attribute default_photo_url.



210
211
212
# File 'lib/stbaldricks/entities/search.rb', line 210

def default_photo_url
  @default_photo_url
end

#diagnosis_otherObject (readonly)

Returns the value of attribute diagnosis_other.



205
206
207
# File 'lib/stbaldricks/entities/search.rb', line 205

def diagnosis_other
  @diagnosis_other
end

#diagnosis_slugObject (readonly)

Returns the value of attribute diagnosis_slug.



204
205
206
# File 'lib/stbaldricks/entities/search.rb', line 204

def diagnosis_slug
  @diagnosis_slug
end

#display_nameObject (readonly)

Returns the value of attribute display_name.



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

def display_name
  @display_name
end

#kid_idObject (readonly)

Returns the value of attribute kid_id.



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

def kid_id
  @kid_id
end

#mypage_urlObject (readonly)

Returns the value of attribute mypage_url.



209
210
211
# File 'lib/stbaldricks/entities/search.rb', line 209

def mypage_url
  @mypage_url
end

#stateObject (readonly)

Returns the value of attribute state.



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

def state
  @state
end

#state_fullObject (readonly)

Returns the value of attribute state_full.



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

def state_full
  @state_full
end

#status_idObject (readonly)

Returns the value of attribute status_id.



206
207
208
# File 'lib/stbaldricks/entities/search.rb', line 206

def status_id
  @status_id
end

#treatment_status_otherObject (readonly)

Returns the value of attribute treatment_status_other.



208
209
210
# File 'lib/stbaldricks/entities/search.rb', line 208

def treatment_status_other
  @treatment_status_other
end

#treatment_status_slugObject (readonly)

Returns the value of attribute treatment_status_slug.



207
208
209
# File 'lib/stbaldricks/entities/search.rb', line 207

def treatment_status_slug
  @treatment_status_slug
end