Class: UR::Serialize::ControlHeader::Data
- Inherits:
-
Struct
- Object
- Struct
- UR::Serialize::ControlHeader::Data
- Defined in:
- lib/serialize.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
6 7 8 |
# File 'lib/serialize.rb', line 6 def command @command end |
#size ⇒ Object
Returns the value of attribute size
6 7 8 |
# File 'lib/serialize.rb', line 6 def size @size end |