Class: SBF::Client::Search::Team
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- SBF::Client::Search::Team
- 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.
-
#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.
-
#event_date ⇒ Object
readonly
Returns the value of attribute event_date.
-
#event_id ⇒ Object
readonly
Returns the value of attribute event_id.
-
#event_status_id ⇒ Object
readonly
Returns the value of attribute event_status_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_website_allowed ⇒ Object
readonly
Returns the value of attribute is_website_allowed.
-
#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.
-
#team_id ⇒ Object
readonly
Returns the value of attribute team_id.
-
#team_name ⇒ Object
readonly
Returns the value of attribute team_name.
-
#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.
-
#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.
80 81 82 |
# File 'lib/stbaldricks/entities/search.rb', line 80 def address1 @address1 end |
#city ⇒ Object (readonly)
Returns the value of attribute city.
81 82 83 |
# File 'lib/stbaldricks/entities/search.rb', line 81 def city @city end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
85 86 87 |
# File 'lib/stbaldricks/entities/search.rb', line 85 def country @country end |
#country_full ⇒ Object (readonly)
Returns the value of attribute country_full.
84 85 86 |
# File 'lib/stbaldricks/entities/search.rb', line 84 def country_full @country_full end |
#event_date ⇒ Object (readonly)
Returns the value of attribute event_date.
86 87 88 |
# File 'lib/stbaldricks/entities/search.rb', line 86 def event_date @event_date end |
#event_id ⇒ Object (readonly)
Returns the value of attribute event_id.
87 88 89 |
# File 'lib/stbaldricks/entities/search.rb', line 87 def event_id @event_id end |
#event_status_id ⇒ Object (readonly)
Returns the value of attribute event_status_id.
89 90 91 |
# File 'lib/stbaldricks/entities/search.rb', line 89 def event_status_id @event_status_id end |
#event_title ⇒ Object (readonly)
Returns the value of attribute event_title.
78 79 80 |
# File 'lib/stbaldricks/entities/search.rb', line 78 def event_title @event_title end |
#event_year ⇒ Object (readonly)
Returns the value of attribute event_year.
88 89 90 |
# File 'lib/stbaldricks/entities/search.rb', line 88 def event_year @event_year end |
#icon ⇒ Object (readonly)
Returns the value of attribute icon.
95 96 97 |
# File 'lib/stbaldricks/entities/search.rb', line 95 def icon @icon end |
#is_website_allowed ⇒ Object (readonly)
Returns the value of attribute is_website_allowed.
91 92 93 |
# File 'lib/stbaldricks/entities/search.rb', line 91 def is_website_allowed @is_website_allowed end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
82 83 84 |
# File 'lib/stbaldricks/entities/search.rb', line 82 def state @state end |
#state_full ⇒ Object (readonly)
Returns the value of attribute state_full.
83 84 85 |
# File 'lib/stbaldricks/entities/search.rb', line 83 def state_full @state_full end |
#status_id ⇒ Object (readonly)
Returns the value of attribute status_id.
92 93 94 |
# File 'lib/stbaldricks/entities/search.rb', line 92 def status_id @status_id end |
#team_id ⇒ Object (readonly)
Returns the value of attribute team_id.
90 91 92 |
# File 'lib/stbaldricks/entities/search.rb', line 90 def team_id @team_id end |
#team_name ⇒ Object (readonly)
Returns the value of attribute team_name.
76 77 78 |
# File 'lib/stbaldricks/entities/search.rb', line 76 def team_name @team_name end |
#total_donations ⇒ Object (readonly)
Returns the value of attribute total_donations.
93 94 95 |
# File 'lib/stbaldricks/entities/search.rb', line 93 def total_donations @total_donations end |
#total_participants ⇒ Object (readonly)
Returns the value of attribute total_participants.
94 95 96 |
# File 'lib/stbaldricks/entities/search.rb', line 94 def total_participants @total_participants end |
#venue_name ⇒ Object (readonly)
Returns the value of attribute venue_name.
77 78 79 |
# File 'lib/stbaldricks/entities/search.rb', line 77 def venue_name @venue_name end |
#zip_code ⇒ Object (readonly)
Returns the value of attribute zip_code.
79 80 81 |
# File 'lib/stbaldricks/entities/search.rb', line 79 def zip_code @zip_code end |