Class: Kotoshu::Cli::LanguageResolver::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/kotoshu/cli/language_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detectedObject

Returns the value of attribute detected

Returns:

  • (Object)

    the current value of detected



18
19
20
# File 'lib/kotoshu/cli/language_resolver.rb', line 18

def detected
  @detected
end

#fallbackObject

Returns the value of attribute fallback

Returns:

  • (Object)

    the current value of fallback



18
19
20
# File 'lib/kotoshu/cli/language_resolver.rb', line 18

def fallback
  @fallback
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



18
19
20
# File 'lib/kotoshu/cli/language_resolver.rb', line 18

def language
  @language
end

#noteObject

Returns the value of attribute note

Returns:

  • (Object)

    the current value of note



18
19
20
# File 'lib/kotoshu/cli/language_resolver.rb', line 18

def note
  @note
end