Class: JetBlack::Configuration
- Inherits:
-
Object
- Object
- JetBlack::Configuration
- Defined in:
- lib/jet_black/configuration.rb
Instance Attribute Summary collapse
-
#fixture_directory ⇒ Object
Returns the value of attribute fixture_directory.
-
#path_prefix ⇒ Object
Returns the value of attribute path_prefix.
Instance Attribute Details
#fixture_directory ⇒ Object
Returns the value of attribute fixture_directory.
5 6 7 |
# File 'lib/jet_black/configuration.rb', line 5 def fixture_directory @fixture_directory end |
#path_prefix ⇒ Object
Returns the value of attribute path_prefix.
5 6 7 |
# File 'lib/jet_black/configuration.rb', line 5 def path_prefix @path_prefix end |