# File lib/fog/storm_on_demand/models/support/tickets.rb, line 20 def all(options={}) tickets = service.list_tickets(options).body['items'] load(tickets) end
# File lib/fog/storm_on_demand/models/support/tickets.rb, line 11 def create(options) ticket = service.create_ticket(options).body new(ticket) end
Generated with the Darkfish Rdoc Generator 2.