Module: RUUID

Extended by:
RUUID
Included in:
RUUID
Defined in:
lib/ruuid.rb,
lib/ruuid/uuid.rb,
lib/ruuid/parser.rb,
lib/ruuid/version.rb,
lib/ruuid/formatter.rb,
lib/ruuid/generator.rb,
lib/ruuid/generators/v4.rb

Defined Under Namespace

Modules: Generator, Generators Classes: InvalidUUIDError, UUID

Constant Summary collapse

VERSION =
'0.2.2'.freeze

Instance Attribute Summary collapse

Instance Attribute Details

#default_formatObject

Returns the value of attribute default_format.



17
18
19
# File 'lib/ruuid.rb', line 17

def default_format
  @default_format
end

#default_generatorObject

Returns the value of attribute default_generator.



14
15
16
# File 'lib/ruuid.rb', line 14

def default_generator
  @default_generator
end