Class: Misty::Client::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_pathObject

Returns the value of attribute base_path.



4
5
6
# File 'lib/misty/client.rb', line 4

def base_path
  @base_path
end

#base_urlObject

Returns the value of attribute base_url.



4
5
6
# File 'lib/misty/client.rb', line 4

def base_url
  @base_url
end

#headersObject

Returns the value of attribute headers.



4
5
6
# File 'lib/misty/client.rb', line 4

def headers
  @headers
end

#interfaceObject

Returns the value of attribute interface.



4
5
6
# File 'lib/misty/client.rb', line 4

def interface
  @interface
end

#region_idObject

Returns the value of attribute region_id.



4
5
6
# File 'lib/misty/client.rb', line 4

def region_id
  @region_id
end

#service_namesObject

Returns the value of attribute service_names.



4
5
6
# File 'lib/misty/client.rb', line 4

def service_names
  @service_names
end

#ssl_verify_modeObject

Returns the value of attribute ssl_verify_mode.



4
5
6
# File 'lib/misty/client.rb', line 4

def ssl_verify_mode
  @ssl_verify_mode
end

#versionObject

Returns the value of attribute version.



4
5
6
# File 'lib/misty/client.rb', line 4

def version
  @version
end