class Rawscsi::Configuration

Attributes

access_key_id[RW]
api_version[RW]
attributes[RW]
batch_size[RW]
domain_id[RW]
domain_name[RW]
index_domain[RW]
region[RW]
search_domain[RW]
secret_key[RW]
use_https[RW]

Public Instance Methods

http_options() click to toggle source
# File lib/rawscsi.rb, line 53
def http_options
  @http_options = {} unless @http_options
  @http_options
end
http_options=(options) click to toggle source
# 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