Class: Mxrb::Compiler::ProjectJarResult
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::ProjectJarResult
- Defined in:
- lib/mxrb/compiler/project_jar_builder.rb
Instance Attribute Summary collapse
-
#classes ⇒ Object
readonly
Returns the value of attribute classes.
-
#classpath_entries ⇒ Object
readonly
Returns the value of attribute classpath_entries.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#sources ⇒ Object
readonly
Returns the value of attribute sources.
Instance Attribute Details
#classes ⇒ Object (readonly)
Returns the value of attribute classes
9 10 11 |
# File 'lib/mxrb/compiler/project_jar_builder.rb', line 9 def classes @classes end |
#classpath_entries ⇒ Object (readonly)
Returns the value of attribute classpath_entries
9 10 11 |
# File 'lib/mxrb/compiler/project_jar_builder.rb', line 9 def classpath_entries @classpath_entries end |
#path ⇒ Object (readonly)
Returns the value of attribute path
9 10 11 |
# File 'lib/mxrb/compiler/project_jar_builder.rb', line 9 def path @path end |
#sources ⇒ Object (readonly)
Returns the value of attribute sources
9 10 11 |
# File 'lib/mxrb/compiler/project_jar_builder.rb', line 9 def sources @sources end |