Class: Mxrb::Compiler::ProjectJarResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#classesObject (readonly)

Returns the value of attribute classes

Returns:

  • (Object)

    the current value of classes



9
10
11
# File 'lib/mxrb/compiler/project_jar_builder.rb', line 9

def classes
  @classes
end

#classpath_entriesObject (readonly)

Returns the value of attribute classpath_entries

Returns:

  • (Object)

    the current value of classpath_entries



9
10
11
# File 'lib/mxrb/compiler/project_jar_builder.rb', line 9

def classpath_entries
  @classpath_entries
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



9
10
11
# File 'lib/mxrb/compiler/project_jar_builder.rb', line 9

def path
  @path
end

#sourcesObject (readonly)

Returns the value of attribute sources

Returns:

  • (Object)

    the current value of sources



9
10
11
# File 'lib/mxrb/compiler/project_jar_builder.rb', line 9

def sources
  @sources
end