Class: SBF::Client::Search::Participant

Inherits:
BaseEntity
  • Object
show all
Defined in:
lib/stbaldricks/entities/search.rb

Constant Summary

Constants inherited from BaseEntity

BaseEntity::ELSE

Instance Attribute Summary collapse

Attributes inherited from BaseEntity

#errors

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_urlObject (readonly)

Returns the value of attribute avatar_photo_url.



159
160
161
# File 'lib/stbaldricks/entities/search.rb', line 159

def avatar_photo_url
  @avatar_photo_url
end

#cityObject (readonly)

Returns the value of attribute city.



138
139
140
# File 'lib/stbaldricks/entities/search.rb', line 138

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country.



143
144
145
# File 'lib/stbaldricks/entities/search.rb', line 143

def country
  @country
end

#country_fullObject (readonly)

Returns the value of attribute country_full.



144
145
146
# File 'lib/stbaldricks/entities/search.rb', line 144

def country_full
  @country_full
end

#default_photo_urlObject (readonly)

Returns the value of attribute default_photo_url.



158
159
160
# File 'lib/stbaldricks/entities/search.rb', line 158

def default_photo_url
  @default_photo_url
end

#display_nameObject (readonly)

Returns the value of attribute display_name.



133
134
135
# File 'lib/stbaldricks/entities/search.rb', line 133

def display_name
  @display_name
end

#event_dateObject (readonly)

Returns the value of attribute event_date.



147
148
149
# File 'lib/stbaldricks/entities/search.rb', line 147

def event_date
  @event_date
end

#event_idObject (readonly)

Returns the value of attribute event_id.



148
149
150
# File 'lib/stbaldricks/entities/search.rb', line 148

def event_id
  @event_id
end

#event_status_idObject (readonly)

Returns the value of attribute event_status_id.



152
153
154
# File 'lib/stbaldricks/entities/search.rb', line 152

def event_status_id
  @event_status_id
end

#event_titleObject (readonly)

Returns the value of attribute event_title.



136
137
138
# File 'lib/stbaldricks/entities/search.rb', line 136

def event_title
  @event_title
end

#event_yearObject (readonly)

Returns the value of attribute event_year.



131
132
133
# File 'lib/stbaldricks/entities/search.rb', line 131

def event_year
  @event_year
end

#iconObject (readonly)

Returns the value of attribute icon.



156
157
158
# File 'lib/stbaldricks/entities/search.rb', line 156

def icon
  @icon
end

#is_website_allowedObject (readonly)

Returns the value of attribute is_website_allowed.



149
150
151
# File 'lib/stbaldricks/entities/search.rb', line 149

def is_website_allowed
  @is_website_allowed
end

#mypage_urlObject (readonly)

Returns the value of attribute mypage_url.



157
158
159
# File 'lib/stbaldricks/entities/search.rb', line 157

def mypage_url
  @mypage_url
end

#participant_countryObject (readonly)

Returns the value of attribute participant_country.



145
146
147
# File 'lib/stbaldricks/entities/search.rb', line 145

def participant_country
  @participant_country
end

#participant_country_fullObject (readonly)

Returns the value of attribute participant_country_full.



146
147
148
# File 'lib/stbaldricks/entities/search.rb', line 146

def participant_country_full
  @participant_country_full
end

#participant_idObject (readonly)

Returns the value of attribute participant_id.



130
131
132
# File 'lib/stbaldricks/entities/search.rb', line 130

def participant_id
  @participant_id
end

#participant_stateObject (readonly)

Returns the value of attribute participant_state.



141
142
143
# File 'lib/stbaldricks/entities/search.rb', line 141

def participant_state
  @participant_state
end

#participant_state_fullObject (readonly)

Returns the value of attribute participant_state_full.



142
143
144
# File 'lib/stbaldricks/entities/search.rb', line 142

def participant_state_full
  @participant_state_full
end

#profile_idObject (readonly)

Returns the value of attribute profile_id.



150
151
152
# File 'lib/stbaldricks/entities/search.rb', line 150

def profile_id
  @profile_id
end

#raw_display_nameObject (readonly)

Returns the value of attribute raw_display_name.



132
133
134
# File 'lib/stbaldricks/entities/search.rb', line 132

def raw_display_name
  @raw_display_name
end

#stateObject (readonly)

Returns the value of attribute state.



139
140
141
# File 'lib/stbaldricks/entities/search.rb', line 139

def state
  @state
end

#state_fullObject (readonly)

Returns the value of attribute state_full.



140
141
142
# File 'lib/stbaldricks/entities/search.rb', line 140

def state_full
  @state_full
end

#status_idObject (readonly)

Returns the value of attribute status_id.



151
152
153
# File 'lib/stbaldricks/entities/search.rb', line 151

def status_id
  @status_id
end

#team_idObject (readonly)

Returns the value of attribute team_id.



153
154
155
# File 'lib/stbaldricks/entities/search.rb', line 153

def team_id
  @team_id
end

#team_nameObject (readonly)

Returns the value of attribute team_name.



134
135
136
# File 'lib/stbaldricks/entities/search.rb', line 134

def team_name
  @team_name
end

#total_donationsObject (readonly)

Returns the value of attribute total_donations.



155
156
157
# File 'lib/stbaldricks/entities/search.rb', line 155

def total_donations
  @total_donations
end

#venue_nameObject (readonly)

Returns the value of attribute venue_name.



135
136
137
# File 'lib/stbaldricks/entities/search.rb', line 135

def venue_name
  @venue_name
end

#virtual_participation_dateObject (readonly)

Returns the value of attribute virtual_participation_date.



154
155
156
# File 'lib/stbaldricks/entities/search.rb', line 154

def virtual_participation_date
  @virtual_participation_date
end

#zip_codeObject (readonly)

Returns the value of attribute zip_code.



137
138
139
# File 'lib/stbaldricks/entities/search.rb', line 137

def zip_code
  @zip_code
end