class Daedal::Facets::Facet
Public Instance Methods
to_json()
click to toggle source
requires the subclasses to define to_hash
# File lib/daedal/facets/facet.rb, line 10 def to_json to_hash.to_json end
requires the subclasses to define to_hash
# File lib/daedal/facets/facet.rb, line 10 def to_json to_hash.to_json end