Sha256: 21690ab8f73de1f9e6602f1f2d1ce1b14cf6bbc7d06de70fafd8d767a4ebbfb0

Contents?: true

Size: 205 Bytes

Versions: 76

Compression:

Stored size: 205 Bytes

Contents

# frozen_string_literal: true

require 'active_support'

class LHS::Data

  module Json
    extend ActiveSupport::Concern

    def as_json(options = {})
      _data._raw.as_json(options)
    end
  end
end

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
lhs-19.3.0 lib/lhs/concerns/data/json.rb
lhs-19.2.0 lib/lhs/concerns/data/json.rb
lhs-19.1.0 lib/lhs/concerns/data/json.rb
lhs-19.0.2 lib/lhs/concerns/data/json.rb
lhs-19.0.1 lib/lhs/concerns/data/json.rb
lhs-19.0.0 lib/lhs/concerns/data/json.rb
lhs-19.0.0.pre.endpoint.1 lib/lhs/concerns/data/json.rb
lhs-18.0.3 lib/lhs/concerns/data/json.rb
lhs-18.0.2 lib/lhs/concerns/data/json.rb
lhs-18.0.1 lib/lhs/concerns/data/json.rb
lhs-18.0.0 lib/lhs/concerns/data/json.rb
lhs-17.0.1 lib/lhs/concerns/data/json.rb
lhs-17.0.1.pre1 lib/lhs/concerns/data/json.rb
lhs-18.0.0.pre.pre1 lib/lhs/concerns/data/json.rb
lhs-17.0.0 lib/lhs/concerns/data/json.rb
lhs-16.1.6 lib/lhs/concerns/data/json.rb