Class: Cborb::Decoding::TaggedValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/cborb/decoding/tagged_value.rb

Instance Attribute Summary collapse

Instance Attribute Details

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



2
3
4
# File 'lib/cborb/decoding/tagged_value.rb', line 2

def tag
  @tag
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



2
3
4
# File 'lib/cborb/decoding/tagged_value.rb', line 2

def value
  @value
end