class Isomorfeus::Puppetmaster::ClientError

Attributes

response[R]

Public Class Methods

new(response) click to toggle source
# File lib/isomorfeus/puppetmaster/errors.rb, line 26
def initialize(response)
  @response = response
end