Class: CloudSearch::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/eden_cloud_search/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#api_versionObject

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_urlObject

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_urlObject

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_idObject

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_nameObject

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

#regionObject

Returns the value of attribute region.



28
29
30
# File 'lib/eden_cloud_search/config.rb', line 28

def region
  @region
end

#search_urlObject

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