Class: SBF::Client::Search::Fund
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- SBF::Client::Search::Fund
- 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.
-
#default_photo_url ⇒ Object
readonly
Returns the value of attribute default_photo_url.
-
#disabled ⇒ Object
readonly
Returns the value of attribute disabled.
-
#event_year ⇒ Object
readonly
Returns the value of attribute event_year.
-
#fund_id ⇒ Object
readonly
Returns the value of attribute fund_id.
-
#mypage_url ⇒ Object
readonly
Returns the value of attribute mypage_url.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#slug ⇒ Object
readonly
Returns the value of attribute slug.
-
#total_donations ⇒ Object
readonly
Returns the value of attribute total_donations.
-
#total_events ⇒ Object
readonly
Returns the value of attribute total_events.
-
#total_participants ⇒ Object
readonly
Returns the value of attribute total_participants.
-
#total_shavees ⇒ Object
readonly
Returns the value of attribute total_shavees.
-
#website ⇒ Object
readonly
Returns the value of attribute website.
Attributes inherited from BaseEntity
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_url ⇒ Object (readonly)
Returns the value of attribute avatar_photo_url.
54 55 56 |
# File 'lib/stbaldricks/entities/search.rb', line 54 def avatar_photo_url @avatar_photo_url end |
#default_photo_url ⇒ Object (readonly)
Returns the value of attribute default_photo_url.
53 54 55 |
# File 'lib/stbaldricks/entities/search.rb', line 53 def default_photo_url @default_photo_url end |
#disabled ⇒ Object (readonly)
Returns the value of attribute disabled.
46 47 48 |
# File 'lib/stbaldricks/entities/search.rb', line 46 def disabled @disabled end |
#event_year ⇒ Object (readonly)
Returns the value of attribute event_year.
47 48 49 |
# File 'lib/stbaldricks/entities/search.rb', line 47 def event_year @event_year end |
#fund_id ⇒ Object (readonly)
Returns the value of attribute fund_id.
42 43 44 |
# File 'lib/stbaldricks/entities/search.rb', line 42 def fund_id @fund_id end |
#mypage_url ⇒ Object (readonly)
Returns the value of attribute mypage_url.
52 53 54 |
# File 'lib/stbaldricks/entities/search.rb', line 52 def mypage_url @mypage_url end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
44 45 46 |
# File 'lib/stbaldricks/entities/search.rb', line 44 def name @name end |
#slug ⇒ Object (readonly)
Returns the value of attribute slug.
43 44 45 |
# File 'lib/stbaldricks/entities/search.rb', line 43 def slug @slug end |
#total_donations ⇒ Object (readonly)
Returns the value of attribute total_donations.
48 49 50 |
# File 'lib/stbaldricks/entities/search.rb', line 48 def total_donations @total_donations end |
#total_events ⇒ Object (readonly)
Returns the value of attribute total_events.
49 50 51 |
# File 'lib/stbaldricks/entities/search.rb', line 49 def total_events @total_events end |
#total_participants ⇒ Object (readonly)
Returns the value of attribute total_participants.
50 51 52 |
# File 'lib/stbaldricks/entities/search.rb', line 50 def total_participants @total_participants end |
#total_shavees ⇒ Object (readonly)
Returns the value of attribute total_shavees.
51 52 53 |
# File 'lib/stbaldricks/entities/search.rb', line 51 def total_shavees @total_shavees end |
#website ⇒ Object (readonly)
Returns the value of attribute website.
45 46 47 |
# File 'lib/stbaldricks/entities/search.rb', line 45 def website @website end |