Class: UR::Serialize::ControlHeader::Data

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

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



6
7
8
# File 'lib/serialize.rb', line 6

def command
  @command
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



6
7
8
# File 'lib/serialize.rb', line 6

def size
  @size
end