Class: TRMNLP::Config
- Inherits:
-
Object
- Object
- TRMNLP::Config
- Defined in:
- lib/trmnlp/config.rb,
lib/trmnlp/config/app.rb,
lib/trmnlp/config/plugin.rb,
lib/trmnlp/config/project.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#app ⇒ Object
readonly
Returns the value of attribute app.
-
#plugin ⇒ Object
readonly
Returns the value of attribute plugin.
-
#project ⇒ Object
readonly
Returns the value of attribute project.
Instance Method Summary collapse
-
#initialize(path) ⇒ Config
constructor
A new instance of Config.
Constructor Details
Instance Attribute Details
#app ⇒ Object (readonly)
Returns the value of attribute app.
7 8 9 |
# File 'lib/trmnlp/config.rb', line 7 def app @app end |
#plugin ⇒ Object (readonly)
Returns the value of attribute plugin.
7 8 9 |
# File 'lib/trmnlp/config.rb', line 7 def plugin @plugin end |
#project ⇒ Object (readonly)
Returns the value of attribute project.
7 8 9 |
# File 'lib/trmnlp/config.rb', line 7 def project @project end |