Class: HttpspecSimple::Request::CONFIG_CLASS
- Inherits:
-
Struct
- Object
- Struct
- HttpspecSimple::Request::CONFIG_CLASS
- Defined in:
- lib/httpspec_simple/request.rb
Instance Attribute Summary collapse
-
#basic_auth ⇒ Object
Returns the value of attribute basic_auth.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#retry ⇒ Object
Returns the value of attribute retry.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#basic_auth ⇒ Object
Returns the value of attribute basic_auth
60 61 62 |
# File 'lib/httpspec_simple/request.rb', line 60 def basic_auth @basic_auth end |
#headers ⇒ Object
Returns the value of attribute headers
60 61 62 |
# File 'lib/httpspec_simple/request.rb', line 60 def headers @headers end |
#retry ⇒ Object
Returns the value of attribute retry
60 61 62 |
# File 'lib/httpspec_simple/request.rb', line 60 def retry @retry end |
#timeout ⇒ Object
Returns the value of attribute timeout
60 61 62 |
# File 'lib/httpspec_simple/request.rb', line 60 def timeout @timeout end |