Method: Twingly::Search::Post#language_code

Defined in:
lib/twingly/search/post.rb,
lib/twingly/search/post.rb

#language_codeString (readonly)

ISO two letter language code for the language that the post was written in

Returns:

  • (String)

    the current value of language_code



33
34
35
# File 'lib/twingly/search/post.rb', line 33

def language_code
  @language_code
end