Class: Exid::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/exid/coder.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#prefixObject (readonly)

Returns the value of attribute prefix



28
29
30
# File 'lib/exid/coder.rb', line 28

def prefix
  @prefix
end

#uuidObject (readonly)

Returns the value of attribute uuid



28
29
30
# File 'lib/exid/coder.rb', line 28

def uuid
  @uuid
end

Instance Method Details

#deconstructObject



29
# File 'lib/exid/coder.rb', line 29

def deconstruct = [prefix, uuid]