Class: AlchemyApi::LanguageResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#ethnologue_urlObject

Returns the value of attribute ethnologue_url

Returns:

  • (Object)

    the current value of ethnologue_url



2
3
4
# File 'lib/alchemy_api/language_detection.rb', line 2

def ethnologue_url
  @ethnologue_url
end

#iso_639_1Object

Returns the value of attribute iso_639_1

Returns:

  • (Object)

    the current value of iso_639_1



2
3
4
# File 'lib/alchemy_api/language_detection.rb', line 2

def iso_639_1
  @iso_639_1
end

#iso_639_2Object

Returns the value of attribute iso_639_2

Returns:

  • (Object)

    the current value of iso_639_2



2
3
4
# File 'lib/alchemy_api/language_detection.rb', line 2

def iso_639_2
  @iso_639_2
end

#iso_639_3Object

Returns the value of attribute iso_639_3

Returns:

  • (Object)

    the current value of iso_639_3



2
3
4
# File 'lib/alchemy_api/language_detection.rb', line 2

def iso_639_3
  @iso_639_3
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



2
3
4
# File 'lib/alchemy_api/language_detection.rb', line 2

def language
  @language
end

#native_speakersObject

Returns the value of attribute native_speakers

Returns:

  • (Object)

    the current value of native_speakers



2
3
4
# File 'lib/alchemy_api/language_detection.rb', line 2

def native_speakers
  @native_speakers
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



2
3
4
# File 'lib/alchemy_api/language_detection.rb', line 2

def url
  @url
end

#wikipedia_urlObject

Returns the value of attribute wikipedia_url

Returns:

  • (Object)

    the current value of wikipedia_url



2
3
4
# File 'lib/alchemy_api/language_detection.rb', line 2

def wikipedia_url
  @wikipedia_url
end