class Ticketlocker::Ticket

Public Class Methods

all() click to toggle source
# File lib/ticketlocker/ticket.rb, line 17
def self.all
  TicketCollection.retrieve
end
build() click to toggle source
# File lib/ticketlocker/ticket.rb, line 13
def self.build

end