Class: MetaRuby::GUI::RubyConstantsItemModel::ModuleInfo

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

Overview

Stored per-module information test

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



12
13
14
# File 'lib/metaruby/gui/ruby_constants_item_model.rb', line 12

def children
  @children
end

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



12
13
14
# File 'lib/metaruby/gui/ruby_constants_item_model.rb', line 12

def full_name
  @full_name
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



12
13
14
# File 'lib/metaruby/gui/ruby_constants_item_model.rb', line 12

def id
  @id
end

#keyword_stringObject

Returns the value of attribute keyword_string

Returns:

  • (Object)

    the current value of keyword_string



12
13
14
# File 'lib/metaruby/gui/ruby_constants_item_model.rb', line 12

def keyword_string
  @keyword_string
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/metaruby/gui/ruby_constants_item_model.rb', line 12

def name
  @name
end

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



12
13
14
# File 'lib/metaruby/gui/ruby_constants_item_model.rb', line 12

def parent
  @parent
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



12
13
14
# File 'lib/metaruby/gui/ruby_constants_item_model.rb', line 12

def path
  @path
end

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



12
13
14
# File 'lib/metaruby/gui/ruby_constants_item_model.rb', line 12

def row
  @row
end

#thisObject

Returns the value of attribute this

Returns:

  • (Object)

    the current value of this



12
13
14
# File 'lib/metaruby/gui/ruby_constants_item_model.rb', line 12

def this
  @this
end

#typesObject

Returns the value of attribute types

Returns:

  • (Object)

    the current value of types



12
13
14
# File 'lib/metaruby/gui/ruby_constants_item_model.rb', line 12

def types
  @types
end