Class: Delayer::Deferred::Response::Ok

Inherits:
Base
  • Object
show all
Defined in:
lib/delayer/deferred/response.rb

Instance Attribute Summary

Attributes inherited from Base

#value

Instance Method Summary collapse

Methods inherited from Base

#initialize, #ng?

Constructor Details

This class inherits a constructor from Delayer::Deferred::Response::Base

Instance Method Details

#ok?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/delayer/deferred/response.rb', line 16

def ok?
  true
end