Class: StructFx::Compiled
- Inherits:
-
Struct
- Object
- Struct
- StructFx::Compiled
- Defined in:
- lib/struct-fx.rb
Overview
Holds compiled form structure.
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#length ⇒ Object
Returns the value of attribute length.
-
#lengths ⇒ Object
Returns the value of attribute lengths.
-
#packing ⇒ Object
Returns the value of attribute packing.
-
#processors ⇒ Object
Returns the value of attribute processors.
-
#unpacking ⇒ Object
Returns the value of attribute unpacking.
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled
71 72 73 |
# File 'lib/struct-fx.rb', line 71 def enabled @enabled end |
#length ⇒ Object
Returns the value of attribute length
71 72 73 |
# File 'lib/struct-fx.rb', line 71 def length @length end |
#lengths ⇒ Object
Returns the value of attribute lengths
71 72 73 |
# File 'lib/struct-fx.rb', line 71 def lengths @lengths end |
#packing ⇒ Object
Returns the value of attribute packing
71 72 73 |
# File 'lib/struct-fx.rb', line 71 def packing @packing end |
#processors ⇒ Object
Returns the value of attribute processors
71 72 73 |
# File 'lib/struct-fx.rb', line 71 def processors @processors end |
#unpacking ⇒ Object
Returns the value of attribute unpacking
71 72 73 |
# File 'lib/struct-fx.rb', line 71 def unpacking @unpacking end |