3 4 5 6
# File 'lib/ticketfly-api/events.rb', line 3 def event_show(id) result = call("event/#{id}", {}) Event.new(self, result) end