Class: RubyToUML::UMLInfoGenerator::ModuleInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_to_uml/uml_info_generator/info_classes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#instance_methods_infoObject

Returns the value of attribute instance_methods_info

Returns:

  • (Object)

    the current value of instance_methods_info



10
11
12
# File 'lib/ruby_to_uml/uml_info_generator/info_classes.rb', line 10

def instance_methods_info
  @instance_methods_info
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/ruby_to_uml/uml_info_generator/info_classes.rb', line 10

def name
  @name
end

#singleton_methods_infoObject

Returns the value of attribute singleton_methods_info

Returns:

  • (Object)

    the current value of singleton_methods_info



10
11
12
# File 'lib/ruby_to_uml/uml_info_generator/info_classes.rb', line 10

def singleton_methods_info
  @singleton_methods_info
end