Class: Roby::Interface::Async::UIConnector::ActionConnector
- Defined in:
- lib/roby/interface/async/ui_connector.rb
Direct Known Subclasses
DropCommand, KillCommand, ProgressMonitorCommand, SetArgumentCommand, StartCommand
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#connector ⇒ Object
Returns the value of attribute connector.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
37 38 39 |
# File 'lib/roby/interface/async/ui_connector.rb', line 37 def action @action end |
#connector ⇒ Object
Returns the value of attribute connector
37 38 39 |
# File 'lib/roby/interface/async/ui_connector.rb', line 37 def connector @connector end |
#options ⇒ Object
Returns the value of attribute options
37 38 39 |
# File 'lib/roby/interface/async/ui_connector.rb', line 37 def @options end |
Instance Method Details
#interface ⇒ Object
38 39 40 |
# File 'lib/roby/interface/async/ui_connector.rb', line 38 def interface connector.interface end |