Class: AlchemyApi::Keyword
- Inherits:
-
Struct
- Object
- Struct
- AlchemyApi::Keyword
- Defined in:
- lib/alchemy_api/term_extraction.rb
Instance Attribute Summary collapse
-
#relevance ⇒ Object
Returns the value of attribute relevance.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#relevance ⇒ Object
Returns the value of attribute relevance
3 4 5 |
# File 'lib/alchemy_api/term_extraction.rb', line 3 def relevance @relevance end |
#text ⇒ Object
Returns the value of attribute text
3 4 5 |
# File 'lib/alchemy_api/term_extraction.rb', line 3 def text @text end |