Class: StructFx::Compiled

Inherits:
Struct
  • Object
show all
Defined in:
lib/struct-fx.rb

Overview

Holds compiled form structure.

Instance Attribute Summary collapse

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



71
72
73
# File 'lib/struct-fx.rb', line 71

def enabled
  @enabled
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



71
72
73
# File 'lib/struct-fx.rb', line 71

def length
  @length
end

#lengthsObject

Returns the value of attribute lengths

Returns:

  • (Object)

    the current value of lengths



71
72
73
# File 'lib/struct-fx.rb', line 71

def lengths
  @lengths
end

#packingObject

Returns the value of attribute packing

Returns:

  • (Object)

    the current value of packing



71
72
73
# File 'lib/struct-fx.rb', line 71

def packing
  @packing
end

#processorsObject

Returns the value of attribute processors

Returns:

  • (Object)

    the current value of processors



71
72
73
# File 'lib/struct-fx.rb', line 71

def processors
  @processors
end

#unpackingObject

Returns the value of attribute unpacking

Returns:

  • (Object)

    the current value of unpacking



71
72
73
# File 'lib/struct-fx.rb', line 71

def unpacking
  @unpacking
end