Class: RubyToUML::UMLInfoGenerator::ClassInfo

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



3
4
5
# File 'lib/ruby_to_uml/uml_info_generator/info_classes.rb', line 3

def instance_methods_info
  @instance_methods_info
end

#instance_variables_infoObject

Returns the value of attribute instance_variables_info

Returns:

  • (Object)

    the current value of instance_variables_info



3
4
5
# File 'lib/ruby_to_uml/uml_info_generator/info_classes.rb', line 3

def instance_variables_info
  @instance_variables_info
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/ruby_to_uml/uml_info_generator/info_classes.rb', line 3

def name
  @name
end

#singleton_methods_infoObject

Returns the value of attribute singleton_methods_info

Returns:

  • (Object)

    the current value of singleton_methods_info



3
4
5
# File 'lib/ruby_to_uml/uml_info_generator/info_classes.rb', line 3

def singleton_methods_info
  @singleton_methods_info
end