Exception: Isomorfeus::Puppetmaster::ClientError

Inherits:
Error
  • Object
show all
Defined in:
lib/isomorfeus/puppetmaster/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ ClientError

Returns a new instance of ClientError.



26
27
28
# File 'lib/isomorfeus/puppetmaster/errors.rb', line 26

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



24
25
26
# File 'lib/isomorfeus/puppetmaster/errors.rb', line 24

def response
  @response
end