class SonJay::ValueArray

Public Instance Methods

model_content() click to toggle source
# File lib/son_jay/value_array.rb, line 5
def model_content
  self
end
to_json(options = ::JSON::State.new) click to toggle source
Calls superclass method
# File lib/son_jay/value_array.rb, line 9
def to_json(options = ::JSON::State.new)
  options = ::JSON::State.new(options) unless options.kind_of?(::JSON::State)
  super options
end