Method: JSON::LD::Context#provided_context

Defined in:
lib/json/ld/context.rb

#provided_contextContext

Returns A context provided to us that we can use without re-serializing XXX.

Returns:

  • (Context)

    A context provided to us that we can use without re-serializing XXX



133
134
135
# File 'lib/json/ld/context.rb', line 133

def provided_context
  @provided_context
end