Class: SBF::Client::Search::Fundraiser
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- SBF::Client::Search::Fundraiser
- Defined in:
- lib/stbaldricks/entities/search.rb
Constant Summary
Constants inherited from BaseEntity
Instance Attribute Summary collapse
-
#address1 ⇒ Object
readonly
Returns the value of attribute address1.
-
#address2 ⇒ Object
readonly
Returns the value of attribute address2.
-
#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.
-
#display_name ⇒ Object
readonly
Returns the value of attribute display_name.
-
#end_date ⇒ Object
readonly
Returns the value of attribute end_date.
-
#end_time ⇒ Object
readonly
Returns the value of attribute end_time.
-
#event_id ⇒ Object
readonly
Returns the value of attribute event_id.
-
#event_status_id ⇒ Object
readonly
Returns the value of attribute event_status_id.
-
#event_title ⇒ Object
readonly
Returns the value of attribute event_title.
-
#event_venue_name ⇒ Object
readonly
Returns the value of attribute event_venue_name.
-
#event_year ⇒ Object
readonly
Returns the value of attribute event_year.
-
#fundraiser_id ⇒ Object
readonly
Returns the value of attribute fundraiser_id.
-
#profile_id ⇒ Object
readonly
Returns the value of attribute profile_id.
-
#raw_display_name ⇒ Object
readonly
Returns the value of attribute raw_display_name.
-
#start_date ⇒ Object
readonly
Returns the value of attribute start_date.
-
#start_time ⇒ Object
readonly
Returns the value of attribute start_time.
-
#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.
-
#team_id ⇒ Object
readonly
Returns the value of attribute team_id.
-
#team_name ⇒ Object
readonly
Returns the value of attribute team_name.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#total_donations ⇒ Object
readonly
Returns the value of attribute total_donations.
-
#venue_name ⇒ Object
readonly
Returns the value of attribute venue_name.
-
#zip_code ⇒ Object
readonly
Returns the value of attribute zip_code.
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
#address1 ⇒ Object (readonly)
Returns the value of attribute address1.
145 146 147 |
# File 'lib/stbaldricks/entities/search.rb', line 145 def address1 @address1 end |
#address2 ⇒ Object (readonly)
Returns the value of attribute address2.
146 147 148 |
# File 'lib/stbaldricks/entities/search.rb', line 146 def address2 @address2 end |
#city ⇒ Object (readonly)
Returns the value of attribute city.
147 148 149 |
# File 'lib/stbaldricks/entities/search.rb', line 147 def city @city end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
150 151 152 |
# File 'lib/stbaldricks/entities/search.rb', line 150 def country @country end |
#country_full ⇒ Object (readonly)
Returns the value of attribute country_full.
151 152 153 |
# File 'lib/stbaldricks/entities/search.rb', line 151 def country_full @country_full end |
#display_name ⇒ Object (readonly)
Returns the value of attribute display_name.
136 137 138 |
# File 'lib/stbaldricks/entities/search.rb', line 136 def display_name @display_name end |
#end_date ⇒ Object (readonly)
Returns the value of attribute end_date.
139 140 141 |
# File 'lib/stbaldricks/entities/search.rb', line 139 def end_date @end_date end |
#end_time ⇒ Object (readonly)
Returns the value of attribute end_time.
140 141 142 |
# File 'lib/stbaldricks/entities/search.rb', line 140 def end_time @end_time end |
#event_id ⇒ Object (readonly)
Returns the value of attribute event_id.
128 129 130 |
# File 'lib/stbaldricks/entities/search.rb', line 128 def event_id @event_id end |
#event_status_id ⇒ Object (readonly)
Returns the value of attribute event_status_id.
129 130 131 |
# File 'lib/stbaldricks/entities/search.rb', line 129 def event_status_id @event_status_id end |
#event_title ⇒ Object (readonly)
Returns the value of attribute event_title.
130 131 132 |
# File 'lib/stbaldricks/entities/search.rb', line 130 def event_title @event_title end |
#event_venue_name ⇒ Object (readonly)
Returns the value of attribute event_venue_name.
144 145 146 |
# File 'lib/stbaldricks/entities/search.rb', line 144 def event_venue_name @event_venue_name end |
#event_year ⇒ Object (readonly)
Returns the value of attribute event_year.
127 128 129 |
# File 'lib/stbaldricks/entities/search.rb', line 127 def event_year @event_year end |
#fundraiser_id ⇒ Object (readonly)
Returns the value of attribute fundraiser_id.
126 127 128 |
# File 'lib/stbaldricks/entities/search.rb', line 126 def fundraiser_id @fundraiser_id end |
#profile_id ⇒ Object (readonly)
Returns the value of attribute profile_id.
134 135 136 |
# File 'lib/stbaldricks/entities/search.rb', line 134 def profile_id @profile_id end |
#raw_display_name ⇒ Object (readonly)
Returns the value of attribute raw_display_name.
135 136 137 |
# File 'lib/stbaldricks/entities/search.rb', line 135 def raw_display_name @raw_display_name end |
#start_date ⇒ Object (readonly)
Returns the value of attribute start_date.
137 138 139 |
# File 'lib/stbaldricks/entities/search.rb', line 137 def start_date @start_date end |
#start_time ⇒ Object (readonly)
Returns the value of attribute start_time.
138 139 140 |
# File 'lib/stbaldricks/entities/search.rb', line 138 def start_time @start_time end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
148 149 150 |
# File 'lib/stbaldricks/entities/search.rb', line 148 def state @state end |
#state_full ⇒ Object (readonly)
Returns the value of attribute state_full.
149 150 151 |
# File 'lib/stbaldricks/entities/search.rb', line 149 def state_full @state_full end |
#status_id ⇒ Object (readonly)
Returns the value of attribute status_id.
133 134 135 |
# File 'lib/stbaldricks/entities/search.rb', line 133 def status_id @status_id end |
#team_id ⇒ Object (readonly)
Returns the value of attribute team_id.
131 132 133 |
# File 'lib/stbaldricks/entities/search.rb', line 131 def team_id @team_id end |
#team_name ⇒ Object (readonly)
Returns the value of attribute team_name.
143 144 145 |
# File 'lib/stbaldricks/entities/search.rb', line 143 def team_name @team_name end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
132 133 134 |
# File 'lib/stbaldricks/entities/search.rb', line 132 def title @title end |
#total_donations ⇒ Object (readonly)
Returns the value of attribute total_donations.
152 153 154 |
# File 'lib/stbaldricks/entities/search.rb', line 152 def total_donations @total_donations end |
#venue_name ⇒ Object (readonly)
Returns the value of attribute venue_name.
142 143 144 |
# File 'lib/stbaldricks/entities/search.rb', line 142 def venue_name @venue_name end |
#zip_code ⇒ Object (readonly)
Returns the value of attribute zip_code.
141 142 143 |
# File 'lib/stbaldricks/entities/search.rb', line 141 def zip_code @zip_code end |