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