Exception: Flapjack::Gateways::JSONAPI::EntityCheckNotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Flapjack::Gateways::JSONAPI::EntityCheckNotFound
- Defined in:
- lib/flapjack/gateways/jsonapi.rb
Instance Attribute Summary collapse
-
#check ⇒ Object
readonly
Returns the value of attribute check.
-
#entity ⇒ Object
readonly
Returns the value of attribute entity.
Instance Method Summary collapse
-
#initialize(entity, check) ⇒ EntityCheckNotFound
constructor
A new instance of EntityCheckNotFound.
Constructor Details
#initialize(entity, check) ⇒ EntityCheckNotFound
Returns a new instance of EntityCheckNotFound.
86 87 88 89 |
# File 'lib/flapjack/gateways/jsonapi.rb', line 86 def initialize(entity, check) @entity = entity @check = check end |
Instance Attribute Details
#check ⇒ Object (readonly)
Returns the value of attribute check.
85 86 87 |
# File 'lib/flapjack/gateways/jsonapi.rb', line 85 def check @check end |
#entity ⇒ Object (readonly)
Returns the value of attribute entity.
85 86 87 |
# File 'lib/flapjack/gateways/jsonapi.rb', line 85 def entity @entity end |