Class: CloudSearch::Config
- Inherits:
-
Object
- Object
- CloudSearch::Config
- Includes:
- Singleton
- Defined in:
- lib/eden_cloud_search/config.rb
Instance Attribute Summary collapse
-
#api_version ⇒ Object
Returns the value of attribute api_version.
-
#configuration_url ⇒ Object
Returns the value of attribute configuration_url.
-
#document_url ⇒ Object
Returns the value of attribute document_url.
-
#domain_id ⇒ Object
Returns the value of attribute domain_id.
-
#domain_name ⇒ Object
Returns the value of attribute domain_name.
-
#region ⇒ Object
Returns the value of attribute region.
-
#search_url ⇒ Object
Returns the value of attribute search_url.
Instance Method Summary collapse
Instance Attribute Details
#api_version ⇒ Object
Returns the value of attribute api_version.
23 24 25 |
# File 'lib/eden_cloud_search/config.rb', line 23 def api_version @api_version end |
#configuration_url ⇒ Object
Returns the value of attribute configuration_url.
24 25 26 |
# File 'lib/eden_cloud_search/config.rb', line 24 def configuration_url @configuration_url end |
#document_url ⇒ Object
Returns the value of attribute document_url.
27 28 29 |
# File 'lib/eden_cloud_search/config.rb', line 27 def document_url @document_url end |
#domain_id ⇒ Object
Returns the value of attribute domain_id.
25 26 27 |
# File 'lib/eden_cloud_search/config.rb', line 25 def domain_id @domain_id end |
#domain_name ⇒ Object
Returns the value of attribute domain_name.
26 27 28 |
# File 'lib/eden_cloud_search/config.rb', line 26 def domain_name @domain_name end |
#region ⇒ Object
Returns the value of attribute region.
28 29 30 |
# File 'lib/eden_cloud_search/config.rb', line 28 def region @region end |
#search_url ⇒ Object
Returns the value of attribute search_url.
29 30 31 |
# File 'lib/eden_cloud_search/config.rb', line 29 def search_url @search_url end |
Instance Method Details
#[](config) ⇒ Object
31 32 33 |
# File 'lib/eden_cloud_search/config.rb', line 31 def [](config) self.__send__(config) end |