Class: Rawscsi::Configuration
- Inherits:
-
Object
- Object
- Rawscsi::Configuration
- Defined in:
- lib/rawscsi.rb
Instance Attribute Summary collapse
-
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
-
#api_version ⇒ Object
Returns the value of attribute api_version.
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#batch_size ⇒ Object
Returns the value of attribute batch_size.
-
#domain_id ⇒ Object
Returns the value of attribute domain_id.
-
#domain_name ⇒ Object
Returns the value of attribute domain_name.
-
#index_domain ⇒ Object
Returns the value of attribute index_domain.
-
#region ⇒ Object
Returns the value of attribute region.
-
#search_domain ⇒ Object
Returns the value of attribute search_domain.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
-
#use_https ⇒ Object
Returns the value of attribute use_https.
Instance Method Summary collapse
Instance Attribute Details
#access_key_id ⇒ Object
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_version ⇒ Object
Returns the value of attribute api_version.
36 37 38 |
# File 'lib/rawscsi.rb', line 36 def api_version @api_version end |
#attributes ⇒ Object
Returns the value of attribute attributes.
36 37 38 |
# File 'lib/rawscsi.rb', line 36 def attributes @attributes end |
#batch_size ⇒ Object
Returns the value of attribute batch_size.
36 37 38 |
# File 'lib/rawscsi.rb', line 36 def batch_size @batch_size end |
#domain_id ⇒ Object
Returns the value of attribute domain_id.
36 37 38 |
# File 'lib/rawscsi.rb', line 36 def domain_id @domain_id end |
#domain_name ⇒ Object
Returns the value of attribute domain_name.
36 37 38 |
# File 'lib/rawscsi.rb', line 36 def domain_name @domain_name end |
#index_domain ⇒ Object
Returns the value of attribute index_domain.
36 37 38 |
# File 'lib/rawscsi.rb', line 36 def index_domain @index_domain end |
#region ⇒ Object
Returns the value of attribute region.
36 37 38 |
# File 'lib/rawscsi.rb', line 36 def region @region end |
#search_domain ⇒ Object
Returns the value of attribute search_domain.
36 37 38 |
# File 'lib/rawscsi.rb', line 36 def search_domain @search_domain end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
36 37 38 |
# File 'lib/rawscsi.rb', line 36 def secret_key @secret_key end |
#use_https ⇒ Object
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_options ⇒ Object
53 54 55 56 |
# File 'lib/rawscsi.rb', line 53 def @http_options = {} unless @http_options @http_options end |
#http_options=(options) ⇒ Object
48 49 50 51 |
# File 'lib/rawscsi.rb', line 48 def () raise 'The http_options parameter must be an instance of Hash' unless .is_a? ::Hash @http_options = end |