Class: DS::Extractor::Place
- Defined in:
- lib/ds/extractor/place.rb
Instance Attribute Summary
Attributes inherited from BaseTerm
Instance Method Summary collapse
Methods inherited from BaseTerm
#==, #eql?, #hash, #initialize, #to_a
Constructor Details
This class inherits a constructor from DS::Extractor::BaseTerm
Instance Method Details
#to_h ⇒ Object
6 7 8 |
# File 'lib/ds/extractor/place.rb', line 6 def to_h super.to_h.merge({ place_as_recorded: as_recorded }) end |