class Aliyun::Log::Record::TypeCasting::Value

Public Class Methods

new(options) click to toggle source
# File lib/aliyun/log/record/type_casting.rb, line 45
def initialize(options)
  @options = options
end

Public Instance Methods

cast(value) click to toggle source
# File lib/aliyun/log/record/type_casting.rb, line 49
def cast(value)
  value
end
dump(value) click to toggle source
# File lib/aliyun/log/record/type_casting.rb, line 53
def dump(value)
  value
end