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



8
9
10
# File 'lib/kward/events.rb', line 8

def attempt
  @attempt
end

#delay_secondsObject

Returns the value of attribute delay_seconds

Returns:

  • (Object)

    the current value of delay_seconds



8
9
10
# File 'lib/kward/events.rb', line 8

def delay_seconds
  @delay_seconds
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



8
9
10
# File 'lib/kward/events.rb', line 8

def error
  @error
end

#max_attemptsObject

Returns the value of attribute max_attempts

Returns:

  • (Object)

    the current value of max_attempts



8
9
10
# File 'lib/kward/events.rb', line 8

def max_attempts
  @max_attempts
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



8
9
10
# File 'lib/kward/events.rb', line 8

def model
  @model
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



8
9
10
# File 'lib/kward/events.rb', line 8

def provider
  @provider
end

#request_bytesObject

Returns the value of attribute request_bytes

Returns:

  • (Object)

    the current value of request_bytes



8
9
10
# File 'lib/kward/events.rb', line 8

def request_bytes
  @request_bytes
end