Class: Escort::Setup::Configuration::Reader
- Inherits:
-
Object
- Object
- Escort::Setup::Configuration::Reader
- Defined in:
- lib/escort/setup/configuration/reader.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path) ⇒ Reader
constructor
A new instance of Reader.
- #read ⇒ Object
Constructor Details
#initialize(path) ⇒ Reader
Returns a new instance of Reader.
9 10 11 |
# File 'lib/escort/setup/configuration/reader.rb', line 9 def initialize(path) @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
7 8 9 |
# File 'lib/escort/setup/configuration/reader.rb', line 7 def path @path end |