Class: Exid::Result
- Inherits:
-
Data
- Object
- Data
- Exid::Result
- Defined in:
- lib/exid/coder.rb
Instance Attribute Summary collapse
-
#prefix ⇒ Object
readonly
Returns the value of attribute prefix.
-
#uuid ⇒ Object
readonly
Returns the value of attribute uuid.
Instance Method Summary collapse
Instance Attribute Details
#prefix ⇒ Object (readonly)
Returns the value of attribute prefix
28 29 30 |
# File 'lib/exid/coder.rb', line 28 def prefix @prefix end |
#uuid ⇒ Object (readonly)
Returns the value of attribute uuid
28 29 30 |
# File 'lib/exid/coder.rb', line 28 def uuid @uuid end |
Instance Method Details
#deconstruct ⇒ Object
29 |
# File 'lib/exid/coder.rb', line 29 def deconstruct = [prefix, uuid] |