Module: Delighted::Operations::List::ClassMethods

Defined in:
lib/delighted/operations/list.rb

Instance Method Summary collapse

Instance Method Details

#list(opts = {}, client = Delighted.shared_client) ⇒ Object



9
10
11
# 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