Class: MetaRuby::GUI::ModelHierarchy::RootModel

Inherits:
Struct
  • Object
show all
Defined in:
lib/metaruby/gui/model_hierarchy.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoriesObject

Returns the value of attribute categories

Returns:

  • (Object)

    the current value of categories



69
70
71
# File 'lib/metaruby/gui/model_hierarchy.rb', line 69

def categories
  @categories
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



69
70
71
# File 'lib/metaruby/gui/model_hierarchy.rb', line 69

def model
  @model
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



69
70
71
# File 'lib/metaruby/gui/model_hierarchy.rb', line 69

def priority
  @priority
end

#resolverObject

Returns the value of attribute resolver

Returns:

  • (Object)

    the current value of resolver



69
70
71
# File 'lib/metaruby/gui/model_hierarchy.rb', line 69

def resolver
  @resolver
end