Exception: Flapjack::Gateways::JSONAPI::EntityCheckNotFound

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#checkObject (readonly)

Returns the value of attribute check.



85
86
87
# File 'lib/flapjack/gateways/jsonapi.rb', line 85

def check
  @check
end

#entityObject (readonly)

Returns the value of attribute entity.



85
86
87
# File 'lib/flapjack/gateways/jsonapi.rb', line 85

def entity
  @entity
end