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, 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

#cityObject (readonly)

Returns the value of attribute city.



107
108
109
# File 'lib/stbaldricks/entities/search.rb', line 107

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country.



112
113
114
# File 'lib/stbaldricks/entities/search.rb', line 112

def country
  @country
end

#country_fullObject (readonly)

Returns the value of attribute country_full.



113
114
115
# File 'lib/stbaldricks/entities/search.rb', line 113

def country_full
  @country_full
end

#display_nameObject (readonly)

Returns the value of attribute display_name.



102
103
104
# File 'lib/stbaldricks/entities/search.rb', line 102

def display_name
  @display_name
end

#event_dateObject (readonly)

Returns the value of attribute event_date.



116
117
118
# File 'lib/stbaldricks/entities/search.rb', line 116

def event_date
  @event_date
end

#event_idObject (readonly)

Returns the value of attribute event_id.



117
118
119
# File 'lib/stbaldricks/entities/search.rb', line 117

def event_id
  @event_id
end

#event_status_idObject (readonly)

Returns the value of attribute event_status_id.



121
122
123
# File 'lib/stbaldricks/entities/search.rb', line 121

def event_status_id
  @event_status_id
end

#event_titleObject (readonly)

Returns the value of attribute event_title.



105
106
107
# File 'lib/stbaldricks/entities/search.rb', line 105

def event_title
  @event_title
end

#event_yearObject (readonly)

Returns the value of attribute event_year.



100
101
102
# File 'lib/stbaldricks/entities/search.rb', line 100

def event_year
  @event_year
end

#iconObject (readonly)

Returns the value of attribute icon.



125
126
127
# File 'lib/stbaldricks/entities/search.rb', line 125

def icon
  @icon
end

#is_website_allowedObject (readonly)

Returns the value of attribute is_website_allowed.



118
119
120
# File 'lib/stbaldricks/entities/search.rb', line 118

def is_website_allowed
  @is_website_allowed
end

#participant_countryObject (readonly)

Returns the value of attribute participant_country.



114
115
116
# File 'lib/stbaldricks/entities/search.rb', line 114

def participant_country
  @participant_country
end

#participant_country_fullObject (readonly)

Returns the value of attribute participant_country_full.



115
116
117
# File 'lib/stbaldricks/entities/search.rb', line 115

def participant_country_full
  @participant_country_full
end

#participant_idObject (readonly)

Returns the value of attribute participant_id.



99
100
101
# File 'lib/stbaldricks/entities/search.rb', line 99

def participant_id
  @participant_id
end

#participant_stateObject (readonly)

Returns the value of attribute participant_state.



110
111
112
# File 'lib/stbaldricks/entities/search.rb', line 110

def participant_state
  @participant_state
end

#participant_state_fullObject (readonly)

Returns the value of attribute participant_state_full.



111
112
113
# File 'lib/stbaldricks/entities/search.rb', line 111

def participant_state_full
  @participant_state_full
end

#profile_idObject (readonly)

Returns the value of attribute profile_id.



119
120
121
# File 'lib/stbaldricks/entities/search.rb', line 119

def profile_id
  @profile_id
end

#raw_display_nameObject (readonly)

Returns the value of attribute raw_display_name.



101
102
103
# File 'lib/stbaldricks/entities/search.rb', line 101

def raw_display_name
  @raw_display_name
end

#stateObject (readonly)

Returns the value of attribute state.



108
109
110
# File 'lib/stbaldricks/entities/search.rb', line 108

def state
  @state
end

#state_fullObject (readonly)

Returns the value of attribute state_full.



109
110
111
# File 'lib/stbaldricks/entities/search.rb', line 109

def state_full
  @state_full
end

#status_idObject (readonly)

Returns the value of attribute status_id.



120
121
122
# File 'lib/stbaldricks/entities/search.rb', line 120

def status_id
  @status_id
end

#team_idObject (readonly)

Returns the value of attribute team_id.



122
123
124
# File 'lib/stbaldricks/entities/search.rb', line 122

def team_id
  @team_id
end

#team_nameObject (readonly)

Returns the value of attribute team_name.



103
104
105
# File 'lib/stbaldricks/entities/search.rb', line 103

def team_name
  @team_name
end

#total_donationsObject (readonly)

Returns the value of attribute total_donations.



124
125
126
# File 'lib/stbaldricks/entities/search.rb', line 124

def total_donations
  @total_donations
end

#venue_nameObject (readonly)

Returns the value of attribute venue_name.



104
105
106
# File 'lib/stbaldricks/entities/search.rb', line 104

def venue_name
  @venue_name
end

#virtual_participation_dateObject (readonly)

Returns the value of attribute virtual_participation_date.



123
124
125
# File 'lib/stbaldricks/entities/search.rb', line 123

def virtual_participation_date
  @virtual_participation_date
end

#zip_codeObject (readonly)

Returns the value of attribute zip_code.



106
107
108
# File 'lib/stbaldricks/entities/search.rb', line 106

def zip_code
  @zip_code
end