Class: CStruct
- Inherits:
-
Struct
- Object
- Struct
- CStruct
- Defined in:
- lib/create_uml_class.rb
Instance Attribute Summary collapse
-
#block_count ⇒ Object
Returns the value of attribute block_count.
-
#composition_list ⇒ Object
Returns the value of attribute composition_list.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#inherit_list ⇒ Object
Returns the value of attribute inherit_list.
-
#method_list ⇒ Object
Returns the value of attribute method_list.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#var_list ⇒ Object
Returns the value of attribute var_list.
Instance Attribute Details
#block_count ⇒ Object
Returns the value of attribute block_count
4 5 6 |
# File 'lib/create_uml_class.rb', line 4 def block_count @block_count end |
#composition_list ⇒ Object
Returns the value of attribute composition_list
4 5 6 |
# File 'lib/create_uml_class.rb', line 4 def composition_list @composition_list end |
#file_name ⇒ Object
Returns the value of attribute file_name
4 5 6 |
# File 'lib/create_uml_class.rb', line 4 def file_name @file_name end |
#inherit_list ⇒ Object
Returns the value of attribute inherit_list
4 5 6 |
# File 'lib/create_uml_class.rb', line 4 def inherit_list @inherit_list end |
#method_list ⇒ Object
Returns the value of attribute method_list
4 5 6 |
# File 'lib/create_uml_class.rb', line 4 def method_list @method_list end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/create_uml_class.rb', line 4 def name @name end |
#type ⇒ Object
Returns the value of attribute type
4 5 6 |
# File 'lib/create_uml_class.rb', line 4 def type @type end |
#var_list ⇒ Object
Returns the value of attribute var_list
4 5 6 |
# File 'lib/create_uml_class.rb', line 4 def var_list @var_list end |