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.
-
#first_name ⇒ Object
readonly
Returns the value of attribute first_name.
-
#fundraiser_id ⇒ Object
readonly
Returns the value of attribute fundraiser_id.
-
#geo_location ⇒ Object
readonly
Returns the value of attribute geo_location.
-
#last_name ⇒ Object
readonly
Returns the value of attribute last_name.
-
#latitude ⇒ Object
readonly
Returns the value of attribute latitude.
-
#longitude ⇒ Object
readonly
Returns the value of attribute longitude.
-
#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
#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
#address1 ⇒ Object (readonly)
Returns the value of attribute address1.
162 163 164 |
# File 'lib/stbaldricks/entities/search.rb', line 162 def address1 @address1 end |
#address2 ⇒ Object (readonly)
Returns the value of attribute address2.
163 164 165 |
# File 'lib/stbaldricks/entities/search.rb', line 163 def address2 @address2 end |
#city ⇒ Object (readonly)
Returns the value of attribute city.
164 165 166 |
# File 'lib/stbaldricks/entities/search.rb', line 164 def city @city end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
167 168 169 |
# File 'lib/stbaldricks/entities/search.rb', line 167 def country @country end |
#country_full ⇒ Object (readonly)
Returns the value of attribute country_full.
168 169 170 |
# File 'lib/stbaldricks/entities/search.rb', line 168 def country_full @country_full end |
#display_name ⇒ Object (readonly)
Returns the value of attribute display_name.
151 152 153 |
# File 'lib/stbaldricks/entities/search.rb', line 151 def display_name @display_name end |
#end_date ⇒ Object (readonly)
Returns the value of attribute end_date.
154 155 156 |
# File 'lib/stbaldricks/entities/search.rb', line 154 def end_date @end_date end |
#end_time ⇒ Object (readonly)
Returns the value of attribute end_time.
155 156 157 |
# File 'lib/stbaldricks/entities/search.rb', line 155 def end_time @end_time end |
#event_id ⇒ Object (readonly)
Returns the value of attribute event_id.
143 144 145 |
# File 'lib/stbaldricks/entities/search.rb', line 143 def event_id @event_id end |
#event_status_id ⇒ Object (readonly)
Returns the value of attribute event_status_id.
144 145 146 |
# File 'lib/stbaldricks/entities/search.rb', line 144 def event_status_id @event_status_id end |
#event_title ⇒ Object (readonly)
Returns the value of attribute event_title.
145 146 147 |
# File 'lib/stbaldricks/entities/search.rb', line 145 def event_title @event_title end |
#event_venue_name ⇒ Object (readonly)
Returns the value of attribute event_venue_name.
161 162 163 |
# File 'lib/stbaldricks/entities/search.rb', line 161 def event_venue_name @event_venue_name end |
#event_year ⇒ Object (readonly)
Returns the value of attribute event_year.
142 143 144 |
# File 'lib/stbaldricks/entities/search.rb', line 142 def event_year @event_year end |
#first_name ⇒ Object (readonly)
Returns the value of attribute first_name.
156 157 158 |
# File 'lib/stbaldricks/entities/search.rb', line 156 def first_name @first_name end |
#fundraiser_id ⇒ Object (readonly)
Returns the value of attribute fundraiser_id.
141 142 143 |
# File 'lib/stbaldricks/entities/search.rb', line 141 def fundraiser_id @fundraiser_id end |
#geo_location ⇒ Object (readonly)
Returns the value of attribute geo_location.
171 172 173 |
# File 'lib/stbaldricks/entities/search.rb', line 171 def geo_location @geo_location end |
#last_name ⇒ Object (readonly)
Returns the value of attribute last_name.
157 158 159 |
# File 'lib/stbaldricks/entities/search.rb', line 157 def last_name @last_name end |
#latitude ⇒ Object (readonly)
Returns the value of attribute latitude.
169 170 171 |
# File 'lib/stbaldricks/entities/search.rb', line 169 def latitude @latitude end |
#longitude ⇒ Object (readonly)
Returns the value of attribute longitude.
170 171 172 |
# File 'lib/stbaldricks/entities/search.rb', line 170 def longitude @longitude end |
#profile_id ⇒ Object (readonly)
Returns the value of attribute profile_id.
149 150 151 |
# File 'lib/stbaldricks/entities/search.rb', line 149 def profile_id @profile_id end |
#raw_display_name ⇒ Object (readonly)
Returns the value of attribute raw_display_name.
150 151 152 |
# File 'lib/stbaldricks/entities/search.rb', line 150 def raw_display_name @raw_display_name end |
#start_date ⇒ Object (readonly)
Returns the value of attribute start_date.
152 153 154 |
# File 'lib/stbaldricks/entities/search.rb', line 152 def start_date @start_date end |
#start_time ⇒ Object (readonly)
Returns the value of attribute start_time.
153 154 155 |
# File 'lib/stbaldricks/entities/search.rb', line 153 def start_time @start_time end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
165 166 167 |
# File 'lib/stbaldricks/entities/search.rb', line 165 def state @state end |
#state_full ⇒ Object (readonly)
Returns the value of attribute state_full.
166 167 168 |
# File 'lib/stbaldricks/entities/search.rb', line 166 def state_full @state_full end |
#status_id ⇒ Object (readonly)
Returns the value of attribute status_id.
148 149 150 |
# File 'lib/stbaldricks/entities/search.rb', line 148 def status_id @status_id end |
#team_id ⇒ Object (readonly)
Returns the value of attribute team_id.
146 147 148 |
# File 'lib/stbaldricks/entities/search.rb', line 146 def team_id @team_id end |
#team_name ⇒ Object (readonly)
Returns the value of attribute team_name.
160 161 162 |
# File 'lib/stbaldricks/entities/search.rb', line 160 def team_name @team_name end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
147 148 149 |
# File 'lib/stbaldricks/entities/search.rb', line 147 def title @title end |
#total_donations ⇒ Object (readonly)
Returns the value of attribute total_donations.
172 173 174 |
# File 'lib/stbaldricks/entities/search.rb', line 172 def total_donations @total_donations end |
#venue_name ⇒ Object (readonly)
Returns the value of attribute venue_name.
159 160 161 |
# File 'lib/stbaldricks/entities/search.rb', line 159 def venue_name @venue_name end |
#zip_code ⇒ Object (readonly)
Returns the value of attribute zip_code.
158 159 160 |
# File 'lib/stbaldricks/entities/search.rb', line 158 def zip_code @zip_code end |