Class: EzPaaS::Models::Model
- Inherits:
-
ActivePStore::Base
- Object
- ActivePStore::Base
- EzPaaS::Models::Model
- Defined in:
- lib/ezpaas/models/model.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#to_hash ⇒ Object
6 7 8 |
# File 'lib/ezpaas/models/model.rb', line 6 def to_hash {} end |
#to_json ⇒ Object
10 11 12 |
# File 'lib/ezpaas/models/model.rb', line 10 def to_json to_hash.to_json end |