Class: Syskit::GUI::ModelBrowser::View

Inherits:
Struct
  • Object
show all
Defined in:
lib/syskit/gui/model_browser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/syskit/gui/model_browser.rb', line 10

def name
  @name
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



10
11
12
# File 'lib/syskit/gui/model_browser.rb', line 10

def priority
  @priority
end

#rendererObject

Returns the value of attribute renderer

Returns:

  • (Object)

    the current value of renderer



10
11
12
# File 'lib/syskit/gui/model_browser.rb', line 10

def renderer
  @renderer
end

#resolverObject

Returns the value of attribute resolver

Returns:

  • (Object)

    the current value of resolver



10
11
12
# File 'lib/syskit/gui/model_browser.rb', line 10

def resolver
  @resolver
end

#root_modelObject

Returns the value of attribute root_model

Returns:

  • (Object)

    the current value of root_model



10
11
12
# File 'lib/syskit/gui/model_browser.rb', line 10

def root_model
  @root_model
end