Class: PuppetX::Relay::Util::HTTP::PE

Inherits:
Client
  • Object
show all
Defined in:
lib/puppet_x/relay/util/http/pe.rb

Instance Method Summary collapse

Methods inherited from Client

#get, #post, #put, #request

Constructor Details

#initialize(base_url, token) ⇒ PE

Returns a new instance of PE.



13
14
15
16
# File 'lib/puppet_x/relay/util/http/pe.rb', line 13

def initialize(base_url, token)
  super(base_url)
  @token = token
end