class Vultr::ApplicationsResource

Public Instance Methods

list(**params) click to toggle source
# File lib/vultr/resources/applications.rb, line 3
def list(**params)
  response = get_request("applications", params: params)
  Collection.from_response(response, key: "applications", type: Application)
end