Class: Mxrb::ModuleInitializer::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/module_initializer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filesObject (readonly)

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



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

def files
  @files
end

#project_fileObject (readonly)

Returns the value of attribute project_file

Returns:

  • (Object)

    the current value of project_file



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

def project_file
  @project_file
end

#rootObject (readonly)

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



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

def root
  @root
end