class TicketflyApi::Event
Constants
- ATTRIBUTE_MAP
Public Class Methods
new(connection, options = {})
click to toggle source
Calls superclass method
# File lib/ticketfly-api/event.rb, line 4 def initialize(connection, options = {}) super(connection, ATTRIBUTE_MAP, {}, options) end
Public Instance Methods
show()
click to toggle source
# File lib/ticketfly-api/event.rb, line 8 def show self.merge(@connection.event_show(self.id)) self end