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