Class: Misty::HTTP::Client::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/misty/http/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_pathObject

Returns the value of attribute base_path

Returns:

  • (Object)

    the current value of base_path



20
21
22
# File 'lib/misty/http/client.rb', line 20

def base_path
  @base_path
end

#base_urlObject

Returns the value of attribute base_url

Returns:

  • (Object)

    the current value of base_url



20
21
22
# File 'lib/misty/http/client.rb', line 20

def base_url
  @base_url
end

#interfaceObject

Returns the value of attribute interface

Returns:

  • (Object)

    the current value of interface



20
21
22
# File 'lib/misty/http/client.rb', line 20

def interface
  @interface
end

#region_idObject

Returns the value of attribute region_id

Returns:

  • (Object)

    the current value of region_id



20
21
22
# File 'lib/misty/http/client.rb', line 20

def region_id
  @region_id
end

#service_namesObject

Returns the value of attribute service_names

Returns:

  • (Object)

    the current value of service_names



20
21
22
# File 'lib/misty/http/client.rb', line 20

def service_names
  @service_names
end

#ssl_verify_modeObject

Returns the value of attribute ssl_verify_mode

Returns:

  • (Object)

    the current value of ssl_verify_mode



20
21
22
# File 'lib/misty/http/client.rb', line 20

def ssl_verify_mode
  @ssl_verify_mode
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



20
21
22
# File 'lib/misty/http/client.rb', line 20

def version
  @version
end