Class: Rasper::Config::Configuration
- Inherits:
-
Object
- Object
- Rasper::Config::Configuration
- Defined in:
- lib/rasper/config.rb
Instance Attribute Summary collapse
-
#image_dir ⇒ Object
Returns the value of attribute image_dir.
-
#jar_dir ⇒ Object
Returns the value of attribute jar_dir.
-
#jasper_dir ⇒ Object
Returns the value of attribute jasper_dir.
Instance Attribute Details
#image_dir ⇒ Object
Returns the value of attribute image_dir.
18 19 20 |
# File 'lib/rasper/config.rb', line 18 def image_dir @image_dir end |
#jar_dir ⇒ Object
Returns the value of attribute jar_dir.
18 19 20 |
# File 'lib/rasper/config.rb', line 18 def jar_dir @jar_dir end |
#jasper_dir ⇒ Object
Returns the value of attribute jasper_dir.
18 19 20 |
# File 'lib/rasper/config.rb', line 18 def jasper_dir @jasper_dir end |