Class: Tomo::Runtime::Context
- Inherits:
-
Object
- Object
- Tomo::Runtime::Context
- Defined in:
- lib/tomo/runtime/context.rb
Instance Attribute Summary collapse
-
#paths ⇒ Object
readonly
Returns the value of attribute paths.
-
#settings ⇒ Object
readonly
Returns the value of attribute settings.
Instance Method Summary collapse
- #current_remote ⇒ Object
- #current_task ⇒ Object
-
#initialize(settings) ⇒ Context
constructor
A new instance of Context.
Constructor Details
Instance Attribute Details
#paths ⇒ Object (readonly)
Returns the value of attribute paths.
6 7 8 |
# File 'lib/tomo/runtime/context.rb', line 6 def paths @paths end |
#settings ⇒ Object (readonly)
Returns the value of attribute settings.
6 7 8 |
# File 'lib/tomo/runtime/context.rb', line 6 def settings @settings end |