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