Class: SBF::Client::Search::Kid
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- SBF::Client::Search::Kid
- Defined in:
- lib/stbaldricks/entities/search.rb
Constant Summary
Constants inherited from BaseEntity
Instance Attribute Summary collapse
-
#avatar_photo_url ⇒ Object
readonly
Returns the value of attribute avatar_photo_url.
-
#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.
-
#default_photo_url ⇒ Object
readonly
Returns the value of attribute default_photo_url.
-
#diagnosis_other ⇒ Object
readonly
Returns the value of attribute diagnosis_other.
-
#diagnosis_slug ⇒ Object
readonly
Returns the value of attribute diagnosis_slug.
-
#display_name ⇒ Object
readonly
Returns the value of attribute display_name.
-
#kid_id ⇒ Object
readonly
Returns the value of attribute kid_id.
-
#mypage_url ⇒ Object
readonly
Returns the value of attribute mypage_url.
-
#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.
-
#treatment_status_other ⇒ Object
readonly
Returns the value of attribute treatment_status_other.
-
#treatment_status_slug ⇒ Object
readonly
Returns the value of attribute treatment_status_slug.
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
#avatar_photo_url ⇒ Object (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 |
#city ⇒ Object (readonly)
Returns the value of attribute city.
158 159 160 |
# File 'lib/stbaldricks/entities/search.rb', line 158 def city @city end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
162 163 164 |
# File 'lib/stbaldricks/entities/search.rb', line 162 def country @country end |
#country_full ⇒ Object (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_url ⇒ Object (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_other ⇒ Object (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_slug ⇒ Object (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_name ⇒ Object (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_id ⇒ Object (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_url ⇒ Object (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 |
#state ⇒ Object (readonly)
Returns the value of attribute state.
159 160 161 |
# File 'lib/stbaldricks/entities/search.rb', line 159 def state @state end |
#state_full ⇒ Object (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_id ⇒ Object (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_other ⇒ Object (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_slug ⇒ Object (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 |