Class: Torrone::Config::Configuration
- Inherits:
-
Object
- Object
- Torrone::Config::Configuration
- Defined in:
- lib/torrone/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.
-
#locale ⇒ Object
Returns the value of attribute locale.
Instance Attribute Details
#image_dir ⇒ Object
Returns the value of attribute image_dir.
23 24 25 |
# File 'lib/torrone/config.rb', line 23 def image_dir @image_dir end |
#jar_dir ⇒ Object
Returns the value of attribute jar_dir.
23 24 25 |
# File 'lib/torrone/config.rb', line 23 def jar_dir @jar_dir end |
#jasper_dir ⇒ Object
Returns the value of attribute jasper_dir.
23 24 25 |
# File 'lib/torrone/config.rb', line 23 def jasper_dir @jasper_dir end |
#locale ⇒ Object
Returns the value of attribute locale.
23 24 25 |
# File 'lib/torrone/config.rb', line 23 def locale @locale end |