Class: Rawscsi::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#access_key_idObject

Returns the value of attribute access_key_id.



36
37
38
# File 'lib/rawscsi.rb', line 36

def access_key_id
  @access_key_id
end

#api_versionObject

Returns the value of attribute api_version.



36
37
38
# File 'lib/rawscsi.rb', line 36

def api_version
  @api_version
end

#attributesObject

Returns the value of attribute attributes.



36
37
38
# File 'lib/rawscsi.rb', line 36

def attributes
  @attributes
end

#batch_sizeObject

Returns the value of attribute batch_size.



36
37
38
# File 'lib/rawscsi.rb', line 36

def batch_size
  @batch_size
end

#domain_idObject

Returns the value of attribute domain_id.



36
37
38
# File 'lib/rawscsi.rb', line 36

def domain_id
  @domain_id
end

#domain_nameObject

Returns the value of attribute domain_name.



36
37
38
# File 'lib/rawscsi.rb', line 36

def domain_name
  @domain_name
end

#index_domainObject

Returns the value of attribute index_domain.



36
37
38
# File 'lib/rawscsi.rb', line 36

def index_domain
  @index_domain
end

#regionObject

Returns the value of attribute region.



36
37
38
# File 'lib/rawscsi.rb', line 36

def region
  @region
end

#search_domainObject

Returns the value of attribute search_domain.



36
37
38
# File 'lib/rawscsi.rb', line 36

def search_domain
  @search_domain
end

#secret_keyObject

Returns the value of attribute secret_key.



36
37
38
# File 'lib/rawscsi.rb', line 36

def secret_key
  @secret_key
end

#use_httpsObject

Returns the value of attribute use_https.



36
37
38
# File 'lib/rawscsi.rb', line 36

def use_https
  @use_https
end

Instance Method Details

#http_optionsObject



53
54
55
56
# File 'lib/rawscsi.rb', line 53

def http_options
  @http_options = {} unless @http_options
  @http_options
end

#http_options=(options) ⇒ Object



48
49
50
51
# File 'lib/rawscsi.rb', line 48

def http_options=(options)
  raise 'The http_options parameter must be an instance of Hash' unless options.is_a? ::Hash
  @http_options = options
end