class BSON::Binary

def self.from_standard_uuid(uuid_binary)

Other tags:
    Api: - private

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

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