Class: DS9::Frames::Frame::Header

Inherits:
Struct
  • Object
show all
Defined in:
lib/ds9.rb

Instance Attribute Summary collapse

Instance Attribute Details

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



8
9
10
# File 'lib/ds9.rb', line 8

def flags
  @flags
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



8
9
10
# File 'lib/ds9.rb', line 8

def length
  @length
end

#stream_idObject

Returns the value of attribute stream_id

Returns:

  • (Object)

    the current value of stream_id



8
9
10
# File 'lib/ds9.rb', line 8

def stream_id
  @stream_id
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/ds9.rb', line 8

def type
  @type
end