Class: AlchemyApi::ExtractedTitle

Inherits:
Struct
  • Object
show all
Defined in:
lib/alchemy_api/text_extraction.rb

Instance Attribute Summary collapse

Instance Attribute Details

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



3
4
5
# File 'lib/alchemy_api/text_extraction.rb', line 3

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



3
4
5
# File 'lib/alchemy_api/text_extraction.rb', line 3

def url
  @url
end