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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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