Class: GogoKit::SearchResult

Inherits:
Resource show all
Defined in:
lib/gogokit/resource/search_result.rb

Overview

A result of a search query

Instance Attribute Summary collapse

Attributes inherited from Resource

#links

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



13
14
15
# File 'lib/gogokit/resource/search_result.rb', line 13

def category
  @category
end

#eventObject

Returns the value of attribute event.



13
14
15
# File 'lib/gogokit/resource/search_result.rb', line 13

def event
  @event
end

#metro_areaObject

Returns the value of attribute metro_area.



13
14
15
# File 'lib/gogokit/resource/search_result.rb', line 13

def metro_area
  @metro_area
end

#titleObject

Returns the value of attribute title.



13
14
15
# File 'lib/gogokit/resource/search_result.rb', line 13

def title
  @title
end

#typeObject

Returns the value of attribute type.



13
14
15
# File 'lib/gogokit/resource/search_result.rb', line 13

def type
  @type
end

#type_descriptionObject

Returns the value of attribute type_description.



13
14
15
# File 'lib/gogokit/resource/search_result.rb', line 13

def type_description
  @type_description
end

#venueObject

Returns the value of attribute venue.



13
14
15
# File 'lib/gogokit/resource/search_result.rb', line 13

def venue
  @venue
end