Class: GOBL::UUID::UUID

Inherits:
Value show all
Defined in:
lib/gobl/uuid/uuid.rb

Overview

Universally Unique Identifier. We only recommend using versions 1 and 4 within GOBL.

Constant Summary collapse

SCHEMA_ID =

The Schema ID of the GOBL UUID structure

'https://gobl.org/draft-0/uuid/uuid'

Method Summary

Methods inherited from Value

#==, #as_json, #eql?, #hash, #initialize, #to_s, #to_sym

Methods inherited from Struct

#as_json, from_data, from_json!, #to_json

Constructor Details

This class inherits a constructor from GOBL::Value