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
6 7 8 |
# File 'lib/kward/events.rb', line 6 def attempt @attempt end |
#delay_seconds ⇒ Object
Returns the value of attribute delay_seconds
6 7 8 |
# File 'lib/kward/events.rb', line 6 def delay_seconds @delay_seconds end |
#error ⇒ Object
Returns the value of attribute error
6 7 8 |
# File 'lib/kward/events.rb', line 6 def error @error end |
#max_attempts ⇒ Object
Returns the value of attribute max_attempts
6 7 8 |
# File 'lib/kward/events.rb', line 6 def max_attempts @max_attempts end |
#model ⇒ Object
Returns the value of attribute model
6 7 8 |
# File 'lib/kward/events.rb', line 6 def model @model end |
#provider ⇒ Object
Returns the value of attribute provider
6 7 8 |
# File 'lib/kward/events.rb', line 6 def provider @provider end |
#request_bytes ⇒ Object
Returns the value of attribute request_bytes
6 7 8 |
# File 'lib/kward/events.rb', line 6 def request_bytes @request_bytes end |