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

#avatar_photo_urlObject (readonly)

Returns the value of attribute avatar_photo_url.



170
171
172
# File 'lib/stbaldricks/entities/search.rb', line 170

def avatar_photo_url
  @avatar_photo_url
end

#cityObject (readonly)

Returns the value of attribute city.



158
159
160
# File 'lib/stbaldricks/entities/search.rb', line 158

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country.



162
163
164
# File 'lib/stbaldricks/entities/search.rb', line 162

def country
  @country
end

#country_fullObject (readonly)

Returns the value of attribute country_full.



161
162
163
# File 'lib/stbaldricks/entities/search.rb', line 161

def country_full
  @country_full
end

#default_photo_urlObject (readonly)

Returns the value of attribute default_photo_url.



169
170
171
# File 'lib/stbaldricks/entities/search.rb', line 169

def default_photo_url
  @default_photo_url
end

#diagnosis_otherObject (readonly)

Returns the value of attribute diagnosis_other.



164
165
166
# File 'lib/stbaldricks/entities/search.rb', line 164

def diagnosis_other
  @diagnosis_other
end

#diagnosis_slugObject (readonly)

Returns the value of attribute diagnosis_slug.



163
164
165
# File 'lib/stbaldricks/entities/search.rb', line 163

def diagnosis_slug
  @diagnosis_slug
end

#display_nameObject (readonly)

Returns the value of attribute display_name.



157
158
159
# File 'lib/stbaldricks/entities/search.rb', line 157

def display_name
  @display_name
end

#kid_idObject (readonly)

Returns the value of attribute kid_id.



156
157
158
# File 'lib/stbaldricks/entities/search.rb', line 156

def kid_id
  @kid_id
end

#mypage_urlObject (readonly)

Returns the value of attribute mypage_url.



168
169
170
# File 'lib/stbaldricks/entities/search.rb', line 168

def mypage_url
  @mypage_url
end

#stateObject (readonly)

Returns the value of attribute state.



159
160
161
# File 'lib/stbaldricks/entities/search.rb', line 159

def state
  @state
end

#state_fullObject (readonly)

Returns the value of attribute state_full.



160
161
162
# File 'lib/stbaldricks/entities/search.rb', line 160

def state_full
  @state_full
end

#status_idObject (readonly)

Returns the value of attribute status_id.



165
166
167
# File 'lib/stbaldricks/entities/search.rb', line 165

def status_id
  @status_id
end

#treatment_status_otherObject (readonly)

Returns the value of attribute treatment_status_other.



167
168
169
# File 'lib/stbaldricks/entities/search.rb', line 167

def treatment_status_other
  @treatment_status_other
end

#treatment_status_slugObject (readonly)

Returns the value of attribute treatment_status_slug.



166
167
168
# File 'lib/stbaldricks/entities/search.rb', line 166

def treatment_status_slug
  @treatment_status_slug
end