class Delayer::Deferred::Chain::Next
Public Instance Methods
evaluate?(response)
click to toggle source
# File lib/delayer/deferred/chain/next.rb, line 5 def evaluate?(response) response.ok? end
Private Instance Methods
graph_shape()
click to toggle source
# File lib/delayer/deferred/chain/next.rb, line 11 def graph_shape 'box'.freeze end