Class: SBF::Client::Search::Fundraiser

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

#address1Object (readonly)

Returns the value of attribute address1.



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

def address1
  @address1
end

#address2Object (readonly)

Returns the value of attribute address2.



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

def address2
  @address2
end

#cityObject (readonly)

Returns the value of attribute city.



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

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country.



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

def country
  @country
end

#country_fullObject (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_nameObject (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_dateObject (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_timeObject (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_idObject (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_idObject (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_titleObject (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_nameObject (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_yearObject (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_idObject (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_idObject (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_nameObject (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_dateObject (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_timeObject (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

#stateObject (readonly)

Returns the value of attribute state.



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

def state
  @state
end

#state_fullObject (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_idObject (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_idObject (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_nameObject (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

#titleObject (readonly)

Returns the value of attribute title.



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

def title
  @title
end

#total_donationsObject (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_nameObject (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_codeObject (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