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



4
5
6
# File 'lib/create_uml_class.rb', line 4

def block_count
  @block_count
end

#composition_listObject

Returns the value of attribute composition_list

Returns:

  • (Object)

    the current value of composition_list



4
5
6
# File 'lib/create_uml_class.rb', line 4

def composition_list
  @composition_list
end

#inherit_listObject

Returns the value of attribute inherit_list

Returns:

  • (Object)

    the current value of inherit_list



4
5
6
# File 'lib/create_uml_class.rb', line 4

def inherit_list
  @inherit_list
end

#method_listObject

Returns the value of attribute method_list

Returns:

  • (Object)

    the current value of method_list



4
5
6
# File 'lib/create_uml_class.rb', line 4

def method_list
  @method_list
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/create_uml_class.rb', line 4

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/create_uml_class.rb', line 4

def type
  @type
end

#var_listObject

Returns the value of attribute var_list

Returns:

  • (Object)

    the current value of var_list



4
5
6
# File 'lib/create_uml_class.rb', line 4

def var_list
  @var_list
end