Class: Tomograph::Configuration
- Inherits:
-
Object
- Object
- Tomograph::Configuration
- Defined in:
- lib/tomograph/configuration.rb
Instance Attribute Summary collapse
-
#documentation ⇒ Object
Returns the value of attribute documentation.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
6 7 8 |
# File 'lib/tomograph/configuration.rb', line 6 def initialize @prefix = '' end |
Instance Attribute Details
#documentation ⇒ Object
Returns the value of attribute documentation.
3 4 5 |
# File 'lib/tomograph/configuration.rb', line 3 def documentation @documentation end |
#prefix ⇒ Object
Returns the value of attribute prefix.
3 4 5 |
# File 'lib/tomograph/configuration.rb', line 3 def prefix @prefix end |