class Ticketmaster::Client
Attributes
apikey[RW]
Public Class Methods
new(options={})
click to toggle source
# File lib/ticketmaster/client.rb, line 8 def initialize(options={}) self.apikey = options[:apikey] end