Exception: Isomorfeus::Puppetmaster::FrameNotFound

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

Instance Attribute Summary

Attributes inherited from ClientError

#response

Instance Method Summary collapse

Methods inherited from ClientError

#initialize

Constructor Details

This class inherits a constructor from Isomorfeus::Puppetmaster::ClientError

Instance Method Details

#messageObject



36
37
38
# File 'lib/isomorfeus/puppetmaster/errors.rb', line 36

def message
  "The frame "#{name}" was not found."
end

#nameObject



32
33
34
# File 'lib/isomorfeus/puppetmaster/errors.rb', line 32

def name
  response["args"].first
end