Module: CBOR_DIAG::Streamstring5
- Defined in:
- lib/cbor-diag-parser.rb
Instance Method Summary collapse
Instance Method Details
#an ⇒ Object
3216 3217 3218 |
# File 'lib/cbor-diag-parser.rb', line 3216 def an elements[2] end |
#hstring ⇒ Object
3208 3209 3210 |
# File 'lib/cbor-diag-parser.rb', line 3208 def hstring elements[0] end |
#ows1 ⇒ Object
3212 3213 3214 |
# File 'lib/cbor-diag-parser.rb', line 3212 def ows1 elements[1] end |
#ows2 ⇒ Object
3220 3221 3222 |
# File 'lib/cbor-diag-parser.rb', line 3220 def ows2 elements[3] end |