Class: AlchemyApi::ConceptTaggingResult
- Inherits:
-
Struct
- Object
- Struct
- AlchemyApi::ConceptTaggingResult
- Defined in:
- lib/alchemy_api/concept_tagging.rb
Instance Attribute Summary collapse
-
#concepts ⇒ Object
Returns the value of attribute concepts.
-
#language ⇒ Object
Returns the value of attribute language.
-
#source_text ⇒ Object
Returns the value of attribute source_text.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#concepts ⇒ Object
Returns the value of attribute concepts
3 4 5 |
# File 'lib/alchemy_api/concept_tagging.rb', line 3 def concepts @concepts end |
#language ⇒ Object
Returns the value of attribute language
3 4 5 |
# File 'lib/alchemy_api/concept_tagging.rb', line 3 def language @language end |
#source_text ⇒ Object
Returns the value of attribute source_text
3 4 5 |
# File 'lib/alchemy_api/concept_tagging.rb', line 3 def source_text @source_text end |
#url ⇒ Object
Returns the value of attribute url
3 4 5 |
# File 'lib/alchemy_api/concept_tagging.rb', line 3 def url @url end |