Class: CStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/create_uml_class.rb

Instance Attribute Summary collapse

Instance Attribute Details

#block_countObject

Returns the value of attribute block_count

Returns:

  • (Object)

    the current value of block_count



8
9
10
# File 'lib/create_uml_class.rb', line 8

def block_count
  @block_count
end

#class_colorObject

Returns the value of attribute class_color

Returns:

  • (Object)

    the current value of class_color



8
9
10
# File 'lib/create_uml_class.rb', line 8

def class_color
  @class_color
end

#composition_listObject

Returns the value of attribute composition_list

Returns:

  • (Object)

    the current value of composition_list



8
9
10
# File 'lib/create_uml_class.rb', line 8

def composition_list
  @composition_list
end

#inherit_listObject

Returns the value of attribute inherit_list

Returns:

  • (Object)

    the current value of inherit_list



8
9
10
# File 'lib/create_uml_class.rb', line 8

def inherit_list
  @inherit_list
end

#method_listObject

Returns the value of attribute method_list

Returns:

  • (Object)

    the current value of method_list



8
9
10
# File 'lib/create_uml_class.rb', line 8

def method_list
  @method_list
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/create_uml_class.rb', line 8

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/create_uml_class.rb', line 8

def type
  @type
end

#var_listObject

Returns the value of attribute var_list

Returns:

  • (Object)

    the current value of var_list



8
9
10
# File 'lib/create_uml_class.rb', line 8

def var_list
  @var_list
end