Class: Wikidata::DataValues::Value
- Inherits:
-
HashedObject
- Object
- HashedObject
- Wikidata::DataValues::Value
- Defined in:
- lib/wikidata/datavalues/value.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from HashedObject
Instance Method Summary collapse
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
#resolve! ⇒ Object
5 6 |
# File 'lib/wikidata/datavalues/value.rb', line 5 def resolve! end |
#resolved ⇒ Object
8 9 10 11 |
# File 'lib/wikidata/datavalues/value.rb', line 8 def resolved resolve! self end |