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