class BSON::Binary

def self.from_python_legacy_uuid(uuid_binary)

Other tags:
    Api: - private

Returns:
  • (BSON::Binary) - the Binary object

Parameters:
  • uuid_binary (String) -- the UUID data
def self.from_python_legacy_uuid(uuid_binary)
  new(uuid_binary, :uuid_old)
end