Class: Netzke::Core::JsonLiteral

Inherits:
String
  • Object
show all
Defined in:
lib/netzke/core/json_literal.rb

Instance Method Summary collapse

Instance Method Details

#as_json(options = nil) ⇒ Object

:nodoc:



24
# File 'lib/netzke/core/json_literal.rb', line 24

def as_json(options = nil) self end

#encode_json(encoder) ⇒ Object

:nodoc:



26
# File 'lib/netzke/core/json_literal.rb', line 26

def encode_json(encoder) self end

#to_json(options = nil) ⇒ Object

:nodoc:



25
# File 'lib/netzke/core/json_literal.rb', line 25

def to_json(options = nil) self end