module CBOR_DIAG::Streamstring5

Public Instance Methods

an() click to toggle source
# File lib/cbor-diag-parser.rb, line 3082
def an
  elements[2]
end
hstring() click to toggle source
# File lib/cbor-diag-parser.rb, line 3074
def hstring
  elements[0]
end
ows1() click to toggle source
# File lib/cbor-diag-parser.rb, line 3078
def ows1
  elements[1]
end
ows2() click to toggle source
# File lib/cbor-diag-parser.rb, line 3086
def ows2
  elements[3]
end