Class: HttpspecSimple::Request::CONFIG_CLASS

Inherits:
Struct
  • Object
show all
Defined in:
lib/httpspec_simple/request.rb

Instance Attribute Summary collapse

Instance Attribute Details

#basic_authObject

Returns the value of attribute basic_auth

Returns:

  • (Object)

    the current value of basic_auth



62
63
64
# File 'lib/httpspec_simple/request.rb', line 62

def basic_auth
  @basic_auth
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



62
63
64
# File 'lib/httpspec_simple/request.rb', line 62

def headers
  @headers
end

#retryObject

Returns the value of attribute retry

Returns:

  • (Object)

    the current value of retry



62
63
64
# File 'lib/httpspec_simple/request.rb', line 62

def retry
  @retry
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



62
63
64
# File 'lib/httpspec_simple/request.rb', line 62

def timeout
  @timeout
end