module Delighted::Operations::List::ClassMethods
Public Instance Methods
list(opts = {}, client = Delighted.shared_client)
click to toggle source
# File lib/delighted/operations/list.rb, line 9 def list(opts = {}, client = Delighted.shared_client) ListResource.new(self, path, Utils.serialize_values(opts), client) end