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



18
19
20
# File 'lib/misty/http/client.rb', line 18

def base_path
  @base_path
end

#base_urlObject

Returns the value of attribute base_url

Returns:

  • (Object)

    the current value of base_url



18
19
20
# File 'lib/misty/http/client.rb', line 18

def base_url
  @base_url
end

#interfaceObject

Returns the value of attribute interface

Returns:

  • (Object)

    the current value of interface



18
19
20
# File 'lib/misty/http/client.rb', line 18

def interface
  @interface
end

#region_idObject

Returns the value of attribute region_id

Returns:

  • (Object)

    the current value of region_id



18
19
20
# File 'lib/misty/http/client.rb', line 18

def region_id
  @region_id
end

#service_namesObject

Returns the value of attribute service_names

Returns:

  • (Object)

    the current value of service_names



18
19
20
# File 'lib/misty/http/client.rb', line 18

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



18
19
20
# File 'lib/misty/http/client.rb', line 18

def ssl_verify_mode
  @ssl_verify_mode
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



18
19
20
# File 'lib/misty/http/client.rb', line 18

def version
  @version
end