Exception: Flapjack::Gateways::JSONAPI::EntityChecksNotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Flapjack::Gateways::JSONAPI::EntityChecksNotFound
- Defined in:
- lib/flapjack/gateways/jsonapi.rb
Instance Attribute Summary collapse
-
#entity_checks ⇒ Object
readonly
Returns the value of attribute entity_checks.
Instance Method Summary collapse
-
#initialize(entity_checks) ⇒ EntityChecksNotFound
constructor
A new instance of EntityChecksNotFound.
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_checks ⇒ Object (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 |