Class: SBF::Client::Search::Event

Inherits:
BaseEntity 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

#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

#address1Object (readonly)

Returns the value of attribute address1.



54
55
56
# File 'lib/stbaldricks/entities/search.rb', line 54

def address1
  @address1
end

#address2Object (readonly)

Returns the value of attribute address2.



60
61
62
# File 'lib/stbaldricks/entities/search.rb', line 60

def address2
  @address2
end

#cityObject (readonly)

Returns the value of attribute city.



55
56
57
# File 'lib/stbaldricks/entities/search.rb', line 55

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country.



58
59
60
# File 'lib/stbaldricks/entities/search.rb', line 58

def country
  @country
end

#country_fullObject (readonly)

Returns the value of attribute country_full.



59
60
61
# File 'lib/stbaldricks/entities/search.rb', line 59

def country_full
  @country_full
end

#end_timeObject (readonly)

Returns the value of attribute end_time.



70
71
72
# File 'lib/stbaldricks/entities/search.rb', line 70

def end_time
  @end_time
end

#event_access_type_idObject (readonly)

Returns the value of attribute event_access_type_id.



61
62
63
# File 'lib/stbaldricks/entities/search.rb', line 61

def event_access_type_id
  @event_access_type_id
end

#event_dateObject (readonly)

Returns the value of attribute event_date.



62
63
64
# File 'lib/stbaldricks/entities/search.rb', line 62

def event_date
  @event_date
end

#event_idObject (readonly)

Returns the value of attribute event_id.



64
65
66
# File 'lib/stbaldricks/entities/search.rb', line 64

def event_id
  @event_id
end

#event_titleObject (readonly)

Returns the value of attribute event_title.



52
53
54
# File 'lib/stbaldricks/entities/search.rb', line 52

def event_title
  @event_title
end

#event_yearObject (readonly)

Returns the value of attribute event_year.



63
64
65
# File 'lib/stbaldricks/entities/search.rb', line 63

def event_year
  @event_year
end

#geo_locationObject (readonly)

Returns the value of attribute geo_location.



50
51
52
# File 'lib/stbaldricks/entities/search.rb', line 50

def geo_location
  @geo_location
end

#is_expiredObject (readonly)

Returns the value of attribute is_expired.



66
67
68
# File 'lib/stbaldricks/entities/search.rb', line 66

def is_expired
  @is_expired
end

#is_website_allowedObject (readonly)

Returns the value of attribute is_website_allowed.



65
66
67
# File 'lib/stbaldricks/entities/search.rb', line 65

def is_website_allowed
  @is_website_allowed
end

#latitudeObject (readonly)

Returns the value of attribute latitude.



67
68
69
# File 'lib/stbaldricks/entities/search.rb', line 67

def latitude
  @latitude
end

#longitudeObject (readonly)

Returns the value of attribute longitude.



68
69
70
# File 'lib/stbaldricks/entities/search.rb', line 68

def longitude
  @longitude
end

#start_timeObject (readonly)

Returns the value of attribute start_time.



69
70
71
# File 'lib/stbaldricks/entities/search.rb', line 69

def start_time
  @start_time
end

#stateObject (readonly)

Returns the value of attribute state.



56
57
58
# File 'lib/stbaldricks/entities/search.rb', line 56

def state
  @state
end

#state_fullObject (readonly)

Returns the value of attribute state_full.



57
58
59
# File 'lib/stbaldricks/entities/search.rb', line 57

def state_full
  @state_full
end

#status_idObject (readonly)

Returns the value of attribute status_id.



71
72
73
# File 'lib/stbaldricks/entities/search.rb', line 71

def status_id
  @status_id
end

#total_donationsObject (readonly)

Returns the value of attribute total_donations.



73
74
75
# File 'lib/stbaldricks/entities/search.rb', line 73

def total_donations
  @total_donations
end

#total_participantsObject (readonly)

Returns the value of attribute total_participants.



74
75
76
# File 'lib/stbaldricks/entities/search.rb', line 74

def total_participants
  @total_participants
end

#venue_nameObject (readonly)

Returns the value of attribute venue_name.



51
52
53
# File 'lib/stbaldricks/entities/search.rb', line 51

def venue_name
  @venue_name
end

#website_urlObject (readonly)

Returns the value of attribute website_url.



72
73
74
# File 'lib/stbaldricks/entities/search.rb', line 72

def website_url
  @website_url
end

#zip_codeObject (readonly)

Returns the value of attribute zip_code.



53
54
55
# File 'lib/stbaldricks/entities/search.rb', line 53

def zip_code
  @zip_code
end