Class: RjbLoader::Config
- Inherits:
-
Object
- Object
- RjbLoader::Config
- Defined in:
- lib/rjb-loader.rb
Instance Attribute Summary collapse
-
#classpath ⇒ Object
Returns the value of attribute classpath.
-
#java_options ⇒ Object
Returns the value of attribute java_options.
Instance Attribute Details
#classpath ⇒ Object
Returns the value of attribute classpath.
30 31 32 |
# File 'lib/rjb-loader.rb', line 30 def classpath @classpath end |
#java_options ⇒ Object
Returns the value of attribute java_options.
31 32 33 |
# File 'lib/rjb-loader.rb', line 31 def @java_options end |