Class: Kward::Events::Retry
- Inherits:
-
Struct
- Object
- Struct
- Kward::Events::Retry
- Defined in:
- lib/kward/events.rb
Instance Attribute Summary collapse
-
#attempt ⇒ Object
Returns the value of attribute attempt.
-
#delay_seconds ⇒ Object
Returns the value of attribute delay_seconds.
-
#error ⇒ Object
Returns the value of attribute error.
-
#max_attempts ⇒ Object
Returns the value of attribute max_attempts.
-
#model ⇒ Object
Returns the value of attribute model.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#request_bytes ⇒ Object
Returns the value of attribute request_bytes.
Instance Attribute Details
#attempt ⇒ Object
Returns the value of attribute attempt
9 10 11 |
# File 'lib/kward/events.rb', line 9 def attempt @attempt end |
#delay_seconds ⇒ Object
Returns the value of attribute delay_seconds
9 10 11 |
# File 'lib/kward/events.rb', line 9 def delay_seconds @delay_seconds end |
#error ⇒ Object
Returns the value of attribute error
9 10 11 |
# File 'lib/kward/events.rb', line 9 def error @error end |
#max_attempts ⇒ Object
Returns the value of attribute max_attempts
9 10 11 |
# File 'lib/kward/events.rb', line 9 def max_attempts @max_attempts end |
#model ⇒ Object
Returns the value of attribute model
9 10 11 |
# File 'lib/kward/events.rb', line 9 def model @model end |
#provider ⇒ Object
Returns the value of attribute provider
9 10 11 |
# File 'lib/kward/events.rb', line 9 def provider @provider end |
#request_bytes ⇒ Object
Returns the value of attribute request_bytes
9 10 11 |
# File 'lib/kward/events.rb', line 9 def request_bytes @request_bytes end |