Class: Indocker::EnvFiles::Remote
- Inherits:
-
Object
- Object
- Indocker::EnvFiles::Remote
- Defined in:
- lib/indocker/env_files/remote.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(name, path) ⇒ Remote
constructor
A new instance of Remote.
Constructor Details
#initialize(name, path) ⇒ Remote
Returns a new instance of Remote.
4 5 6 7 |
# File 'lib/indocker/env_files/remote.rb', line 4 def initialize(name, path) @name = name @path = path end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
2 3 4 |
# File 'lib/indocker/env_files/remote.rb', line 2 def name @name end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
2 3 4 |
# File 'lib/indocker/env_files/remote.rb', line 2 def path @path end |