Class: DebugBundle::Transport::Result
- Inherits:
-
Struct
- Object
- Struct
- DebugBundle::Transport::Result
- Defined in:
- lib/debugbundle/transport.rb
Instance Attribute Summary collapse
-
#retry_after_seconds ⇒ Object
Returns the value of attribute retry_after_seconds.
-
#status_code ⇒ Object
Returns the value of attribute status_code.
Instance Attribute Details
#retry_after_seconds ⇒ Object
Returns the value of attribute retry_after_seconds
13 14 15 |
# File 'lib/debugbundle/transport.rb', line 13 def retry_after_seconds @retry_after_seconds end |
#status_code ⇒ Object
Returns the value of attribute status_code
13 14 15 |
# File 'lib/debugbundle/transport.rb', line 13 def status_code @status_code end |