Class: Cborb::Decoding::TaggedValue
- Inherits:
-
Struct
- Object
- Struct
- Cborb::Decoding::TaggedValue
- Defined in:
- lib/cborb/decoding/tagged_value.rb
Instance Attribute Summary collapse
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#tag ⇒ Object
Returns the value of attribute tag
2 3 4 |
# File 'lib/cborb/decoding/tagged_value.rb', line 2 def tag @tag end |
#value ⇒ Object
Returns the value of attribute value
2 3 4 |
# File 'lib/cborb/decoding/tagged_value.rb', line 2 def value @value end |