Class: Wikidatum::DataType::MonolingualText::HumanizedStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/wikidatum/data_type/monolingual_text.rb

Instance Attribute Summary collapse

Instance Attribute Details

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



52
53
54
# File 'lib/wikidatum/data_type/monolingual_text.rb', line 52

def language
  @language
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



52
53
54
# File 'lib/wikidatum/data_type/monolingual_text.rb', line 52

def text
  @text
end