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

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

#address1Object (readonly)

Returns the value of attribute address1.



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

def address1
  @address1
end

#address2Object (readonly)

Returns the value of attribute address2.



81
82
83
# File 'lib/stbaldricks/entities/search.rb', line 81

def address2
  @address2
end

#avatar_photo_urlObject (readonly)

Returns the value of attribute avatar_photo_url.



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

def avatar_photo_url
  @avatar_photo_url
end

#cityObject (readonly)

Returns the value of attribute city.



76
77
78
# File 'lib/stbaldricks/entities/search.rb', line 76

def city
  @city
end

#closed_rolesObject (readonly)

Returns the value of attribute closed_roles.



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

def closed_roles
  @closed_roles
end

#countryObject (readonly)

Returns the value of attribute country.



79
80
81
# File 'lib/stbaldricks/entities/search.rb', line 79

def country
  @country
end

#country_fullObject (readonly)

Returns the value of attribute country_full.



80
81
82
# File 'lib/stbaldricks/entities/search.rb', line 80

def country_full
  @country_full
end

#default_photo_urlObject (readonly)

Returns the value of attribute default_photo_url.



97
98
99
# File 'lib/stbaldricks/entities/search.rb', line 97

def default_photo_url
  @default_photo_url
end

#end_timeObject (readonly)

Returns the value of attribute end_time.



89
90
91
# File 'lib/stbaldricks/entities/search.rb', line 89

def end_time
  @end_time
end

#event_access_type_idObject (readonly)

Returns the value of attribute event_access_type_id.



82
83
84
# File 'lib/stbaldricks/entities/search.rb', line 82

def event_access_type_id
  @event_access_type_id
end

#event_dateObject (readonly)

Returns the value of attribute event_date.



83
84
85
# File 'lib/stbaldricks/entities/search.rb', line 83

def event_date
  @event_date
end

#event_idObject (readonly)

Returns the value of attribute event_id.



85
86
87
# File 'lib/stbaldricks/entities/search.rb', line 85

def event_id
  @event_id
end

#event_titleObject (readonly)

Returns the value of attribute event_title.



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

def event_title
  @event_title
end

#event_yearObject (readonly)

Returns the value of attribute event_year.



84
85
86
# File 'lib/stbaldricks/entities/search.rb', line 84

def event_year
  @event_year
end

#iconObject (readonly)

Returns the value of attribute icon.



95
96
97
# File 'lib/stbaldricks/entities/search.rb', line 95

def icon
  @icon
end

#is_expiredObject (readonly)

Returns the value of attribute is_expired.



87
88
89
# File 'lib/stbaldricks/entities/search.rb', line 87

def is_expired
  @is_expired
end

#is_website_allowedObject (readonly)

Returns the value of attribute is_website_allowed.



86
87
88
# File 'lib/stbaldricks/entities/search.rb', line 86

def is_website_allowed
  @is_website_allowed
end

#mypage_urlObject (readonly)

Returns the value of attribute mypage_url.



96
97
98
# File 'lib/stbaldricks/entities/search.rb', line 96

def mypage_url
  @mypage_url
end

#start_timeObject (readonly)

Returns the value of attribute start_time.



88
89
90
# File 'lib/stbaldricks/entities/search.rb', line 88

def start_time
  @start_time
end

#stateObject (readonly)

Returns the value of attribute state.



77
78
79
# File 'lib/stbaldricks/entities/search.rb', line 77

def state
  @state
end

#state_fullObject (readonly)

Returns the value of attribute state_full.



78
79
80
# File 'lib/stbaldricks/entities/search.rb', line 78

def state_full
  @state_full
end

#status_idObject (readonly)

Returns the value of attribute status_id.



90
91
92
# File 'lib/stbaldricks/entities/search.rb', line 90

def status_id
  @status_id
end

#total_donationsObject (readonly)

Returns the value of attribute total_donations.



92
93
94
# File 'lib/stbaldricks/entities/search.rb', line 92

def total_donations
  @total_donations
end

#total_participantsObject (readonly)

Returns the value of attribute total_participants.



93
94
95
# File 'lib/stbaldricks/entities/search.rb', line 93

def total_participants
  @total_participants
end

#total_shaveesObject (readonly)

Returns the value of attribute total_shavees.



94
95
96
# File 'lib/stbaldricks/entities/search.rb', line 94

def total_shavees
  @total_shavees
end

#venue_nameObject (readonly)

Returns the value of attribute venue_name.



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

def venue_name
  @venue_name
end

#website_urlObject (readonly)

Returns the value of attribute website_url.



91
92
93
# File 'lib/stbaldricks/entities/search.rb', line 91

def website_url
  @website_url
end

#zip_codeObject (readonly)

Returns the value of attribute zip_code.



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

def zip_code
  @zip_code
end