Class: WORF::DebugLine::Info

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

Instance Attribute Summary collapse

Instance Attribute Details

#file_namesObject

Returns the value of attribute file_names

Returns:

  • (Object)

    the current value of file_names



274
275
276
# File 'lib/worf.rb', line 274

def file_names
  @file_names
end

#include_directoriesObject

Returns the value of attribute include_directories

Returns:

  • (Object)

    the current value of include_directories



274
275
276
# File 'lib/worf.rb', line 274

def include_directories
  @include_directories
end

#matrixObject

Returns the value of attribute matrix

Returns:

  • (Object)

    the current value of matrix



274
275
276
# File 'lib/worf.rb', line 274

def matrix
  @matrix
end

#unit_lengthObject

Returns the value of attribute unit_length

Returns:

  • (Object)

    the current value of unit_length



274
275
276
# File 'lib/worf.rb', line 274

def unit_length
  @unit_length
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



274
275
276
# File 'lib/worf.rb', line 274

def version
  @version
end