Class: MetaRuby::GUI::ModelHierarchy::RootModel
- Inherits:
-
Struct
- Object
- Struct
- MetaRuby::GUI::ModelHierarchy::RootModel
- Defined in:
- lib/metaruby/gui/model_hierarchy.rb
Instance Attribute Summary collapse
-
#categories ⇒ Object
Returns the value of attribute categories.
-
#model ⇒ Object
Returns the value of attribute model.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#resolver ⇒ Object
Returns the value of attribute resolver.
Instance Attribute Details
#categories ⇒ Object
Returns the value of attribute categories
69 70 71 |
# File 'lib/metaruby/gui/model_hierarchy.rb', line 69 def categories @categories end |
#model ⇒ Object
Returns the value of attribute model
69 70 71 |
# File 'lib/metaruby/gui/model_hierarchy.rb', line 69 def model @model end |
#priority ⇒ Object
Returns the value of attribute priority
69 70 71 |
# File 'lib/metaruby/gui/model_hierarchy.rb', line 69 def priority @priority end |
#resolver ⇒ Object
Returns the value of attribute resolver
69 70 71 |
# File 'lib/metaruby/gui/model_hierarchy.rb', line 69 def resolver @resolver end |