class Gapic::Operation::RetryPolicy

def delay

The current delay value.
#
def delay
  @delay || initial_delay
end