Class: Misty::Cloud::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#authObject

Returns the value of attribute auth.



7
8
9
# File 'lib/misty/cloud.rb', line 7

def auth
  @auth
end

#content_typeObject

Returns the value of attribute content_type.



7
8
9
# File 'lib/misty/cloud.rb', line 7

def content_type
  @content_type
end

#headersObject

Returns the value of attribute headers.



7
8
9
# File 'lib/misty/cloud.rb', line 7

def headers
  @headers
end

#interfaceObject

Returns the value of attribute interface.



7
8
9
# File 'lib/misty/cloud.rb', line 7

def interface
  @interface
end

#logObject

Returns the value of attribute log.



7
8
9
# File 'lib/misty/cloud.rb', line 7

def log
  @log
end

#region_idObject

Returns the value of attribute region_id.



7
8
9
# File 'lib/misty/cloud.rb', line 7

def region_id
  @region_id
end

#ssl_verify_modeObject

Returns the value of attribute ssl_verify_mode.



7
8
9
# File 'lib/misty/cloud.rb', line 7

def ssl_verify_mode
  @ssl_verify_mode
end