class Isomorfeus::Puppetmaster::NodeError

Attributes

node[R]

Public Class Methods

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