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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



37
38
39
# File 'lib/roby/interface/async/ui_connector.rb', line 37

def action
  @action
end

#connectorObject

Returns the value of attribute connector

Returns:

  • (Object)

    the current value of connector



37
38
39
# File 'lib/roby/interface/async/ui_connector.rb', line 37

def connector
  @connector
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



37
38
39
# File 'lib/roby/interface/async/ui_connector.rb', line 37

def options
  @options
end

Instance Method Details

#interfaceObject



38
39
40
# File 'lib/roby/interface/async/ui_connector.rb', line 38

def interface
    connector.interface
end