Class: ZeroClick::Sellers::Stateful::WriteResult
- Inherits:
-
Struct
- Object
- Struct
- ZeroClick::Sellers::Stateful::WriteResult
- Defined in:
- lib/zeroclick/sellers/stateful/dispatch.rb
Instance Attribute Summary collapse
-
#lifecycle ⇒ Object
Returns the value of attribute lifecycle.
-
#retry_after_seconds ⇒ Object
Returns the value of attribute retry_after_seconds.
Instance Attribute Details
#lifecycle ⇒ Object
Returns the value of attribute lifecycle
23 24 25 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 23 def lifecycle @lifecycle end |
#retry_after_seconds ⇒ Object
Returns the value of attribute retry_after_seconds
23 24 25 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 23 def retry_after_seconds @retry_after_seconds end |