Module: CBOR_DIAG::Streamstring5
- Defined in:
- lib/cbor-diag-parser.rb
Instance Method Summary collapse
Instance Method Details
#an ⇒ Object
1786 1787 1788 |
# File 'lib/cbor-diag-parser.rb', line 1786 def an elements[2] end |
#hstring ⇒ Object
1778 1779 1780 |
# File 'lib/cbor-diag-parser.rb', line 1778 def hstring elements[0] end |
#ows1 ⇒ Object
1782 1783 1784 |
# File 'lib/cbor-diag-parser.rb', line 1782 def ows1 elements[1] end |
#ows2 ⇒ Object
1790 1791 1792 |
# File 'lib/cbor-diag-parser.rb', line 1790 def ows2 elements[3] end |