Class: Puree::REST::Application

Inherits:
Base
  • Object
show all
Defined in:
lib/puree/rest/application.rb

Overview

Requests for the Application resource

Instance Method Summary collapse

Methods inherited from Base

#all, #find, #orderings, #renderings

Constructor Details

#initialize(config) ⇒ Application

Returns a new instance of Application.

Parameters:

  • config (Hash)

Options Hash (config):

  • :url (String)

    URL of the Pure host

  • :username (String)

    Username of the Pure host account

  • :password (String)

    Password of the Pure host account

  • :api_key (String)

    API key of the Pure host account



10
11
12
# File 'lib/puree/rest/application.rb', line 10

def initialize(config)
  super
end