Class: Wikidata::DataValues::Value

Inherits:
HashedObject show all
Defined in:
lib/wikidata/datavalues/value.rb

Direct Known Subclasses

CommonsMedia, Entity, Globecoordinate, String, Time

Instance Attribute Summary

Attributes inherited from HashedObject

#data_hash

Instance Method Summary collapse

Methods inherited from HashedObject

#initialize, #method_missing

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

#resolvedObject



8
9
10
11
# File 'lib/wikidata/datavalues/value.rb', line 8

def resolved
  resolve!
  self
end