Exception: Flapjack::Gateways::JSONAPI::EntityChecksNotFound

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/flapjack/gateways/jsonapi.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(entity_checks) ⇒ EntityChecksNotFound

Returns a new instance of EntityChecksNotFound.



94
95
96
# File 'lib/flapjack/gateways/jsonapi.rb', line 94

def initialize(entity_checks)
  @entity_checks = entity_checks
end

Instance Attribute Details

#entity_checksObject (readonly)

Returns the value of attribute entity_checks.



93
94
95
# File 'lib/flapjack/gateways/jsonapi.rb', line 93

def entity_checks
  @entity_checks
end