Class: SBF::Client::Search::Event
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- SBF::Client::Search::Event
- Defined in:
- lib/stbaldricks/entities/search.rb
Constant Summary
Constants inherited from BaseEntity
Instance Attribute Summary collapse
-
#address1 ⇒ Object
readonly
Returns the value of attribute address1.
-
#address2 ⇒ Object
readonly
Returns the value of attribute address2.
-
#city ⇒ Object
readonly
Returns the value of attribute city.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#country_full ⇒ Object
readonly
Returns the value of attribute country_full.
-
#end_time ⇒ Object
readonly
Returns the value of attribute end_time.
-
#event_access_type_id ⇒ Object
readonly
Returns the value of attribute event_access_type_id.
-
#event_date ⇒ Object
readonly
Returns the value of attribute event_date.
-
#event_id ⇒ Object
readonly
Returns the value of attribute event_id.
-
#event_title ⇒ Object
readonly
Returns the value of attribute event_title.
-
#event_year ⇒ Object
readonly
Returns the value of attribute event_year.
-
#icon ⇒ Object
readonly
Returns the value of attribute icon.
-
#is_expired ⇒ Object
readonly
Returns the value of attribute is_expired.
-
#is_website_allowed ⇒ Object
readonly
Returns the value of attribute is_website_allowed.
-
#start_time ⇒ Object
readonly
Returns the value of attribute start_time.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
-
#state_full ⇒ Object
readonly
Returns the value of attribute state_full.
-
#status_id ⇒ Object
readonly
Returns the value of attribute status_id.
-
#total_donations ⇒ Object
readonly
Returns the value of attribute total_donations.
-
#total_participants ⇒ Object
readonly
Returns the value of attribute total_participants.
-
#venue_name ⇒ Object
readonly
Returns the value of attribute venue_name.
-
#website_url ⇒ Object
readonly
Returns the value of attribute website_url.
-
#zip_code ⇒ Object
readonly
Returns the value of attribute zip_code.
Attributes inherited from BaseEntity
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
#address1 ⇒ Object (readonly)
Returns the value of attribute address1.
53 54 55 |
# File 'lib/stbaldricks/entities/search.rb', line 53 def address1 @address1 end |
#address2 ⇒ Object (readonly)
Returns the value of attribute address2.
59 60 61 |
# File 'lib/stbaldricks/entities/search.rb', line 59 def address2 @address2 end |
#city ⇒ Object (readonly)
Returns the value of attribute city.
54 55 56 |
# File 'lib/stbaldricks/entities/search.rb', line 54 def city @city end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
57 58 59 |
# File 'lib/stbaldricks/entities/search.rb', line 57 def country @country end |
#country_full ⇒ Object (readonly)
Returns the value of attribute country_full.
58 59 60 |
# File 'lib/stbaldricks/entities/search.rb', line 58 def country_full @country_full end |
#end_time ⇒ Object (readonly)
Returns the value of attribute end_time.
67 68 69 |
# File 'lib/stbaldricks/entities/search.rb', line 67 def end_time @end_time end |
#event_access_type_id ⇒ Object (readonly)
Returns the value of attribute event_access_type_id.
60 61 62 |
# File 'lib/stbaldricks/entities/search.rb', line 60 def event_access_type_id @event_access_type_id end |
#event_date ⇒ Object (readonly)
Returns the value of attribute event_date.
61 62 63 |
# File 'lib/stbaldricks/entities/search.rb', line 61 def event_date @event_date end |
#event_id ⇒ Object (readonly)
Returns the value of attribute event_id.
63 64 65 |
# File 'lib/stbaldricks/entities/search.rb', line 63 def event_id @event_id end |
#event_title ⇒ Object (readonly)
Returns the value of attribute event_title.
51 52 53 |
# File 'lib/stbaldricks/entities/search.rb', line 51 def event_title @event_title end |
#event_year ⇒ Object (readonly)
Returns the value of attribute event_year.
62 63 64 |
# File 'lib/stbaldricks/entities/search.rb', line 62 def event_year @event_year end |
#icon ⇒ Object (readonly)
Returns the value of attribute icon.
72 73 74 |
# File 'lib/stbaldricks/entities/search.rb', line 72 def icon @icon end |
#is_expired ⇒ Object (readonly)
Returns the value of attribute is_expired.
65 66 67 |
# File 'lib/stbaldricks/entities/search.rb', line 65 def is_expired @is_expired end |
#is_website_allowed ⇒ Object (readonly)
Returns the value of attribute is_website_allowed.
64 65 66 |
# File 'lib/stbaldricks/entities/search.rb', line 64 def is_website_allowed @is_website_allowed end |
#start_time ⇒ Object (readonly)
Returns the value of attribute start_time.
66 67 68 |
# File 'lib/stbaldricks/entities/search.rb', line 66 def start_time @start_time end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
55 56 57 |
# File 'lib/stbaldricks/entities/search.rb', line 55 def state @state end |
#state_full ⇒ Object (readonly)
Returns the value of attribute state_full.
56 57 58 |
# File 'lib/stbaldricks/entities/search.rb', line 56 def state_full @state_full end |
#status_id ⇒ Object (readonly)
Returns the value of attribute status_id.
68 69 70 |
# File 'lib/stbaldricks/entities/search.rb', line 68 def status_id @status_id end |
#total_donations ⇒ Object (readonly)
Returns the value of attribute total_donations.
70 71 72 |
# File 'lib/stbaldricks/entities/search.rb', line 70 def total_donations @total_donations end |
#total_participants ⇒ Object (readonly)
Returns the value of attribute total_participants.
71 72 73 |
# File 'lib/stbaldricks/entities/search.rb', line 71 def total_participants @total_participants end |
#venue_name ⇒ Object (readonly)
Returns the value of attribute venue_name.
50 51 52 |
# File 'lib/stbaldricks/entities/search.rb', line 50 def venue_name @venue_name end |
#website_url ⇒ Object (readonly)
Returns the value of attribute website_url.
69 70 71 |
# File 'lib/stbaldricks/entities/search.rb', line 69 def website_url @website_url end |
#zip_code ⇒ Object (readonly)
Returns the value of attribute zip_code.
52 53 54 |
# File 'lib/stbaldricks/entities/search.rb', line 52 def zip_code @zip_code end |