Class: Kward::Events::Retry

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attemptObject

Returns the value of attribute attempt

Returns:

  • (Object)

    the current value of attempt



6
7
8
# File 'lib/kward/events.rb', line 6

def attempt
  @attempt
end

#delay_secondsObject

Returns the value of attribute delay_seconds

Returns:

  • (Object)

    the current value of delay_seconds



6
7
8
# File 'lib/kward/events.rb', line 6

def delay_seconds
  @delay_seconds
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



6
7
8
# File 'lib/kward/events.rb', line 6

def error
  @error
end

#max_attemptsObject

Returns the value of attribute max_attempts

Returns:

  • (Object)

    the current value of max_attempts



6
7
8
# File 'lib/kward/events.rb', line 6

def max_attempts
  @max_attempts
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



6
7
8
# File 'lib/kward/events.rb', line 6

def model
  @model
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



6
7
8
# File 'lib/kward/events.rb', line 6

def provider
  @provider
end

#request_bytesObject

Returns the value of attribute request_bytes

Returns:

  • (Object)

    the current value of request_bytes



6
7
8
# File 'lib/kward/events.rb', line 6

def request_bytes
  @request_bytes
end