Class: Wikidata::DataValues::String
- Inherits:
-
Value
- Object
- HashedObject
- Value
- Wikidata::DataValues::String
- Defined in:
- lib/wikidata/datavalues/string.rb
Instance Attribute Summary
Attributes inherited from HashedObject
Instance Method Summary collapse
Methods inherited from Value
Methods inherited from HashedObject
Constructor Details
This class inherits a constructor from Wikidata::HashedObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wikidata::HashedObject
Instance Method Details
#to_s ⇒ Object
5 6 7 |
# File 'lib/wikidata/datavalues/string.rb', line 5 def to_s data_hash.string end |