class EzPaaS::Models::Model
Public Instance Methods
to_hash()
click to toggle source
# File lib/ezpaas/models/model.rb, line 6 def to_hash {} end
to_json()
click to toggle source
# File lib/ezpaas/models/model.rb, line 10 def to_json to_hash.to_json end