Class: RubyToUML::UMLInfoGenerator::ClassInfo
- Inherits:
-
Struct
- Object
- Struct
- RubyToUML::UMLInfoGenerator::ClassInfo
- Defined in:
- lib/ruby_to_uml/uml_info_generator/info_classes.rb
Instance Attribute Summary collapse
-
#instance_methods_info ⇒ Object
Returns the value of attribute instance_methods_info.
-
#instance_variables_info ⇒ Object
Returns the value of attribute instance_variables_info.
-
#name ⇒ Object
Returns the value of attribute name.
-
#singleton_methods_info ⇒ Object
Returns the value of attribute singleton_methods_info.
Instance Attribute Details
#instance_methods_info ⇒ Object
Returns the value of attribute 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_info ⇒ Object
Returns the value of attribute 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 |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/ruby_to_uml/uml_info_generator/info_classes.rb', line 3 def name @name end |
#singleton_methods_info ⇒ Object
Returns the value of attribute 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 |