Class: SBF::Client::Search::Team

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.



107
108
109
# File 'lib/stbaldricks/entities/search.rb', line 107

def address1
  @address1
end

#avatar_photo_urlObject (readonly)

Returns the value of attribute avatar_photo_url.



126
127
128
# File 'lib/stbaldricks/entities/search.rb', line 126

def avatar_photo_url
  @avatar_photo_url
end

#cityObject (readonly)

Returns the value of attribute city.



108
109
110
# File 'lib/stbaldricks/entities/search.rb', line 108

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country.



112
113
114
# File 'lib/stbaldricks/entities/search.rb', line 112

def country
  @country
end

#country_fullObject (readonly)

Returns the value of attribute country_full.



111
112
113
# File 'lib/stbaldricks/entities/search.rb', line 111

def country_full
  @country_full
end

#default_photo_urlObject (readonly)

Returns the value of attribute default_photo_url.



125
126
127
# File 'lib/stbaldricks/entities/search.rb', line 125

def default_photo_url
  @default_photo_url
end

#event_dateObject (readonly)

Returns the value of attribute event_date.



113
114
115
# File 'lib/stbaldricks/entities/search.rb', line 113

def event_date
  @event_date
end

#event_idObject (readonly)

Returns the value of attribute event_id.



114
115
116
# File 'lib/stbaldricks/entities/search.rb', line 114

def event_id
  @event_id
end

#event_status_idObject (readonly)

Returns the value of attribute event_status_id.



116
117
118
# File 'lib/stbaldricks/entities/search.rb', line 116

def event_status_id
  @event_status_id
end

#event_titleObject (readonly)

Returns the value of attribute event_title.



105
106
107
# File 'lib/stbaldricks/entities/search.rb', line 105

def event_title
  @event_title
end

#event_yearObject (readonly)

Returns the value of attribute event_year.



115
116
117
# File 'lib/stbaldricks/entities/search.rb', line 115

def event_year
  @event_year
end

#iconObject (readonly)

Returns the value of attribute icon.



123
124
125
# File 'lib/stbaldricks/entities/search.rb', line 123

def icon
  @icon
end

#is_website_allowedObject (readonly)

Returns the value of attribute is_website_allowed.



118
119
120
# File 'lib/stbaldricks/entities/search.rb', line 118

def is_website_allowed
  @is_website_allowed
end

#mypage_urlObject (readonly)

Returns the value of attribute mypage_url.



124
125
126
# File 'lib/stbaldricks/entities/search.rb', line 124

def mypage_url
  @mypage_url
end

#stateObject (readonly)

Returns the value of attribute state.



109
110
111
# File 'lib/stbaldricks/entities/search.rb', line 109

def state
  @state
end

#state_fullObject (readonly)

Returns the value of attribute state_full.



110
111
112
# File 'lib/stbaldricks/entities/search.rb', line 110

def state_full
  @state_full
end

#status_idObject (readonly)

Returns the value of attribute status_id.



119
120
121
# File 'lib/stbaldricks/entities/search.rb', line 119

def status_id
  @status_id
end

#team_idObject (readonly)

Returns the value of attribute team_id.



117
118
119
# File 'lib/stbaldricks/entities/search.rb', line 117

def team_id
  @team_id
end

#team_nameObject (readonly)

Returns the value of attribute team_name.



103
104
105
# File 'lib/stbaldricks/entities/search.rb', line 103

def team_name
  @team_name
end

#total_donationsObject (readonly)

Returns the value of attribute total_donations.



120
121
122
# File 'lib/stbaldricks/entities/search.rb', line 120

def total_donations
  @total_donations
end

#total_participantsObject (readonly)

Returns the value of attribute total_participants.



121
122
123
# File 'lib/stbaldricks/entities/search.rb', line 121

def total_participants
  @total_participants
end

#total_shaveesObject (readonly)

Returns the value of attribute total_shavees.



122
123
124
# File 'lib/stbaldricks/entities/search.rb', line 122

def total_shavees
  @total_shavees
end

#venue_nameObject (readonly)

Returns the value of attribute venue_name.



104
105
106
# File 'lib/stbaldricks/entities/search.rb', line 104

def venue_name
  @venue_name
end

#zip_codeObject (readonly)

Returns the value of attribute zip_code.



106
107
108
# File 'lib/stbaldricks/entities/search.rb', line 106

def zip_code
  @zip_code
end