Module: AlchemyApi
- Defined in:
- lib/alchemy_api.rb,
lib/alchemy_api/base.rb,
lib/alchemy_api/categorization.rb,
lib/alchemy_api/term_extraction.rb,
lib/alchemy_api/text_extraction.rb,
lib/alchemy_api/language_detection.rb
Defined Under Namespace
Classes: Base, CannotRetrieveUrlError, Categorization, Category, ContentExceedsMaxLimitError, ExtractedText, ExtractedTitle, InvalidApiKeyError, InvalidHtmlError, Keyword, LanguageDetection, LanguageResult, PageIsNotValidHtmlError, RedirectionLimitError, TermExtraction, TermExtractionResult, TextExtraction, UnknownError
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.base_html_uri ⇒ Object
Returns the value of attribute base_html_uri.
-
.base_text_uri ⇒ Object
Returns the value of attribute base_text_uri.
-
.base_uri ⇒ Object
Returns the value of attribute base_uri.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
16 17 18 |
# File 'lib/alchemy_api.rb', line 16 def api_key @api_key end |
.base_html_uri ⇒ Object
Returns the value of attribute base_html_uri.
18 19 20 |
# File 'lib/alchemy_api.rb', line 18 def base_html_uri @base_html_uri end |
.base_text_uri ⇒ Object
Returns the value of attribute base_text_uri.
19 20 21 |
# File 'lib/alchemy_api.rb', line 19 def base_text_uri @base_text_uri end |
.base_uri ⇒ Object
Returns the value of attribute base_uri.
17 18 19 |
# File 'lib/alchemy_api.rb', line 17 def base_uri @base_uri end |