class SeatGeek::Query::EventType
Public Class Methods
new(event_type)
click to toggle source
# File lib/seat_geek/query/event_type.rb, line 4 def initialize(event_type) @event_type = event_type end
Public Instance Methods
query()
click to toggle source
# File lib/seat_geek/query/event_type.rb, line 8 def query "&taxonomies.name=#{@event_type}" end