Class: Roby::Interface::V2::Async::UIConnector::ActionConnector
- Defined in:
- lib/roby/interface/v2/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
40 41 42 |
# File 'lib/roby/interface/v2/async/ui_connector.rb', line 40 def action @action end |
#connector ⇒ Object
Returns the value of attribute connector
40 41 42 |
# File 'lib/roby/interface/v2/async/ui_connector.rb', line 40 def connector @connector end |
#options ⇒ Object
Returns the value of attribute options
40 41 42 |
# File 'lib/roby/interface/v2/async/ui_connector.rb', line 40 def @options end |
Instance Method Details
#interface ⇒ Object
41 42 43 |
# File 'lib/roby/interface/v2/async/ui_connector.rb', line 41 def interface connector.interface end |