Class: EzPaaS::Models::Model

Inherits:
ActivePStore::Base
  • Object
show all
Defined in:
lib/ezpaas/models/model.rb

Direct Known Subclasses

App

Instance Method Summary collapse

Instance Method Details

#to_hashObject



6
7
8
# File 'lib/ezpaas/models/model.rb', line 6

def to_hash
  {}
end

#to_jsonObject



10
11
12
# File 'lib/ezpaas/models/model.rb', line 10

def to_json
  to_hash.to_json
end