Sha256: 3e8402d9eb043ea5a23a87effad709c39c3230fcde89826eb8f955b665af478b

Contents?: true

Size: 277 Bytes

Versions: 6

Compression:

Stored size: 277 Bytes

Contents

module Wrap
  MinKey = Class.new
  MaxKey = Class.new
  Undefined = Class.new

  ObjectId = Struct.new('ObjectId', :hex)
  BinData = Struct.new('BinData', :type, :data)
  Timestamp = Struct.new('Timestamp', :timestamp, :fraction)

  DBRef = Struct.new('DBRef', :name, :id)
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mongo-ejson-0.2.7 lib/ejson/parser_action/wrap_types.rb
mongo-ejson-0.2.6 lib/ejson/parser_action/wrap_types.rb
mongo-ejson-0.2.5 lib/ejson/parser_action/wrap_types.rb
mongo-ejson-0.2.4 lib/ejson/parser_action/wrap_types.rb
mongo-ejson-0.2.3 lib/ejson/parser_action/wrap_types.rb
mongo-ejson-0.2.2 lib/ejson/parser_action/wrap_types.rb