Module: Beeta::Model::Mixin
Instance Method Summary collapse
Instance Method Details
#to_json ⇒ Object
6 7 8 9 10 |
# File 'lib/beeta/model.rb', line 6 def to_json h = {} self.class::PublicProperties.each { |p| h[p] = send(p) } h.to_json end |