class Hieracles::Puppetdb::APIError

Attributes

code[R]
response[R]

Public Class Methods

new(response) click to toggle source
# File lib/hieracles/puppetdb/apierror.rb, line 5
def initialize(response)
  @response = response
end