class Hoss::CentralConfig::ResponseError

@api private

Attributes

response[R]

Public Class Methods

new(response) click to toggle source
# File lib/hoss/central_config.rb, line 29
def initialize(response)
  @response = response
end