Class: Cborb::Decoding::UnassignedSimpleValue

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

Instance Attribute Summary collapse

Instance Attribute Details

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



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

def number
  @number
end