Class: AlchemyApi::ConceptTaggingResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#conceptsObject

Returns the value of attribute concepts

Returns:

  • (Object)

    the current value of concepts



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

def concepts
  @concepts
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



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

def language
  @language
end

#source_textObject

Returns the value of attribute source_text

Returns:

  • (Object)

    the current value of source_text



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

def source_text
  @source_text
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end