Module: AMON::JSONHelper

Included in:
Document, DocumentPart
Defined in:
lib/amon/json_helper.rb

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary collapse

Instance Attribute Details

#jsonHash (readonly)

Returns The raw JSON data for this object, represented as a Hash.

Returns:

  • (Hash)

    The raw JSON data for this object, represented as a Hash



4
5
6
# File 'lib/amon/json_helper.rb', line 4

def json
  @json
end