Class: DebugBundle::Transport::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/debugbundle/transport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#retry_after_secondsObject

Returns the value of attribute retry_after_seconds

Returns:

  • (Object)

    the current value of retry_after_seconds



13
14
15
# File 'lib/debugbundle/transport.rb', line 13

def retry_after_seconds
  @retry_after_seconds
end

#status_codeObject

Returns the value of attribute status_code

Returns:

  • (Object)

    the current value of status_code



13
14
15
# File 'lib/debugbundle/transport.rb', line 13

def status_code
  @status_code
end