Module: Trebor::InnerDomain
Instance Attribute Summary collapse
-
#command ⇒ Object
readonly
Returns the value of attribute command.
Attributes included from Domain
Instance Method Summary collapse
Methods included from Domain
#current_directory, #fetch, #toplevel
Instance Attribute Details
#command ⇒ Object (readonly)
Returns the value of attribute command.
21 22 23 |
# File 'lib/trebor/domain.rb', line 21 def command @command end |
Instance Method Details
#action(block) ⇒ Object
31 32 33 |
# File 'lib/trebor/domain.rb', line 31 def action(block) instance_eval &block end |
#ssh ⇒ Object
27 28 29 |
# File 'lib/trebor/domain.rb', line 27 def ssh parent && parent.ssh end |