Class: Roby::Interface::V2::Async::UIConnector::ActionConnector

Inherits:
Struct
  • Object
show all
Defined in:
lib/roby/interface/v2/async/ui_connector.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action



40
41
42
# File 'lib/roby/interface/v2/async/ui_connector.rb', line 40

def action
  @action
end

#connectorObject

Returns the value of attribute connector



40
41
42
# File 'lib/roby/interface/v2/async/ui_connector.rb', line 40

def connector
  @connector
end

#optionsObject

Returns the value of attribute options



40
41
42
# File 'lib/roby/interface/v2/async/ui_connector.rb', line 40

def options
  @options
end

Instance Method Details

#interfaceObject



41
42
43
# File 'lib/roby/interface/v2/async/ui_connector.rb', line 41

def interface
    connector.interface
end