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



60
61
62
# File 'lib/httpspec_simple/request.rb', line 60

def basic_auth
  @basic_auth
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



60
61
62
# File 'lib/httpspec_simple/request.rb', line 60

def headers
  @headers
end

#retryObject

Returns the value of attribute retry

Returns:

  • (Object)

    the current value of retry



60
61
62
# File 'lib/httpspec_simple/request.rb', line 60

def retry
  @retry
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



60
61
62
# File 'lib/httpspec_simple/request.rb', line 60

def timeout
  @timeout
end