Module: CBOR_DIAG::Streamstring1
- Defined in:
- lib/cbor-diag-parser.rb
Instance Method Summary collapse
Instance Method Details
#an ⇒ Object
1732 1733 1734 |
# File 'lib/cbor-diag-parser.rb', line 1732 def an elements[2] end |
#ows1 ⇒ Object
1728 1729 1730 |
# File 'lib/cbor-diag-parser.rb', line 1728 def ows1 elements[1] end |
#ows2 ⇒ Object
1736 1737 1738 |
# File 'lib/cbor-diag-parser.rb', line 1736 def ows2 elements[3] end |
#string ⇒ Object
1724 1725 1726 |
# File 'lib/cbor-diag-parser.rb', line 1724 def string elements[0] end |