Method: JsonObject#json_hash
- Defined in:
- lib/json_object.rb
#json_hash ⇒ Object
Stores the underlying JSON Hash that we wish to then declare accessors for.
99 100 101 |
# File 'lib/json_object.rb', line 99 def json_hash @json_hash end |