Class: MetaRuby::GUI::RubyConstantsItemModel::TypeInfo

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

Overview

Information about different model types

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



15
16
17
# File 'lib/metaruby/gui/ruby_constants_item_model.rb', line 15

def color
  @color
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/metaruby/gui/ruby_constants_item_model.rb', line 15

def name
  @name
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



15
16
17
# File 'lib/metaruby/gui/ruby_constants_item_model.rb', line 15

def priority
  @priority
end