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
-
#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.
-
#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.
-
#website ⇒ Object
readonly
Returns the value of attribute website.
Attributes inherited from BaseEntity
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
#disabled ⇒ Object (readonly)
Returns the value of attribute disabled.
30 31 32 |
# File 'lib/stbaldricks/entities/search.rb', line 30 def disabled @disabled end |
#event_year ⇒ Object (readonly)
Returns the value of attribute event_year.
31 32 33 |
# File 'lib/stbaldricks/entities/search.rb', line 31 def event_year @event_year end |
#fund_id ⇒ Object (readonly)
Returns the value of attribute fund_id.
26 27 28 |
# File 'lib/stbaldricks/entities/search.rb', line 26 def fund_id @fund_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
28 29 30 |
# File 'lib/stbaldricks/entities/search.rb', line 28 def name @name end |
#slug ⇒ Object (readonly)
Returns the value of attribute slug.
27 28 29 |
# File 'lib/stbaldricks/entities/search.rb', line 27 def slug @slug end |
#total_donations ⇒ Object (readonly)
Returns the value of attribute total_donations.
32 33 34 |
# File 'lib/stbaldricks/entities/search.rb', line 32 def total_donations @total_donations end |
#total_events ⇒ Object (readonly)
Returns the value of attribute total_events.
33 34 35 |
# File 'lib/stbaldricks/entities/search.rb', line 33 def total_events @total_events end |
#total_participants ⇒ Object (readonly)
Returns the value of attribute total_participants.
34 35 36 |
# File 'lib/stbaldricks/entities/search.rb', line 34 def total_participants @total_participants end |
#website ⇒ Object (readonly)
Returns the value of attribute website.
29 30 31 |
# File 'lib/stbaldricks/entities/search.rb', line 29 def website @website end |