Module: CBOR_DIAG::Streamstring1
- Defined in:
- lib/cbor-diag-parser.rb
Instance Method Summary collapse
Instance Method Details
#an ⇒ Object
3162 3163 3164 |
# File 'lib/cbor-diag-parser.rb', line 3162 def an elements[2] end |
#ows1 ⇒ Object
3158 3159 3160 |
# File 'lib/cbor-diag-parser.rb', line 3158 def ows1 elements[1] end |
#ows2 ⇒ Object
3166 3167 3168 |
# File 'lib/cbor-diag-parser.rb', line 3166 def ows2 elements[3] end |
#string ⇒ Object
3154 3155 3156 |
# File 'lib/cbor-diag-parser.rb', line 3154 def string elements[0] end |