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

Inherits:
Object
  • 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.



10
11
12
# File 'lib/misty/http/client.rb', line 10

def base_path
  @base_path
end

#base_urlObject

Returns the value of attribute base_url.



10
11
12
# File 'lib/misty/http/client.rb', line 10

def base_url
  @base_url
end

#interfaceObject

Returns the value of attribute interface.



10
11
12
# File 'lib/misty/http/client.rb', line 10

def interface
  @interface
end

#region_idObject

Returns the value of attribute region_id.



10
11
12
# File 'lib/misty/http/client.rb', line 10

def region_id
  @region_id
end

#service_namesObject

Returns the value of attribute service_names.



10
11
12
# File 'lib/misty/http/client.rb', line 10

def service_names
  @service_names
end

#ssl_verify_modeObject

Returns the value of attribute ssl_verify_mode.



10
11
12
# File 'lib/misty/http/client.rb', line 10

def ssl_verify_mode
  @ssl_verify_mode
end

#versionObject

Returns the value of attribute version.



10
11
12
# File 'lib/misty/http/client.rb', line 10

def version
  @version
end