Method: EPlat::Concerns::FullJson#to_full_json
- Defined in:
- lib/e_plat/resource/concerns/full_json.rb
#to_full_json ⇒ Object
‘{}’
6 7 8 |
# File 'lib/e_plat/resource/concerns/full_json.rb', line 6 def to_full_json # '{}' as_full_json.to_json end |