Class: Wikidatum::DataType::MonolingualText::HumanizedStruct
- Inherits:
-
Struct
- Object
- Struct
- Wikidatum::DataType::MonolingualText::HumanizedStruct
- Defined in:
- lib/wikidatum/data_type/monolingual_text.rb
Instance Attribute Summary collapse
-
#language ⇒ Object
Returns the value of attribute language.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#language ⇒ Object
Returns the value of attribute language
52 53 54 |
# File 'lib/wikidatum/data_type/monolingual_text.rb', line 52 def language @language end |
#text ⇒ Object
Returns the value of attribute text
52 53 54 |
# File 'lib/wikidatum/data_type/monolingual_text.rb', line 52 def text @text end |