Parent

Methods

Class Index [+]

Quicksearch

Sequel::Plugins::JsonSerializer::Literal

Helper class used for making sure that cascading options for model associations works correctly. Cascaded options work by creating instances of this class, which take a literal JSON string and have to_json return it.

Public Class Methods

new(json) click to toggle source

Store the literal JSON to use

    # File lib/sequel/plugins/json_serializer.rb, line 86
86:         def initialize(json)
87:           @json = json
88:         end

Public Instance Methods

to_json(*a) click to toggle source

Return the literal JSON to use

    # File lib/sequel/plugins/json_serializer.rb, line 91
91:         def to_json(*a)
92:           @json
93:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.