Class: Upkeep::Delivery::Transport::RetryItem
- Inherits:
-
Data
- Object
- Data
- Upkeep::Delivery::Transport::RetryItem
- Defined in:
- lib/upkeep/delivery/transport.rb
Instance Attribute Summary collapse
-
#attempts ⇒ Object
readonly
Returns the value of attribute attempts.
-
#envelope ⇒ Object
readonly
Returns the value of attribute envelope.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
Instance Attribute Details
#attempts ⇒ Object (readonly)
Returns the value of attribute attempts
48 49 50 |
# File 'lib/upkeep/delivery/transport.rb', line 48 def attempts @attempts end |
#envelope ⇒ Object (readonly)
Returns the value of attribute envelope
48 49 50 |
# File 'lib/upkeep/delivery/transport.rb', line 48 def envelope @envelope end |
#error ⇒ Object (readonly)
Returns the value of attribute error
48 49 50 |
# File 'lib/upkeep/delivery/transport.rb', line 48 def error @error end |