module Pingpp::APIOperations::List

Public Instance Methods

all(filters={}, opts={})
Alias for: list
list(filters={}, opts={}) click to toggle source
# File lib/pingpp/api_operations/list.rb, line 4
def list(filters={}, opts={})
  opts = Util.normalize_opts(opts)

  response, opts = request(:get, resource_url(opts), filters, opts)
  ListObject.construct_from(response, opts)
end
Also aliased as: all