Class: Utopia::Project::Inheritance::Group

Inherits:
Struct
  • Object
show all
Defined in:
lib/utopia/project/inheritance.rb

Overview

Methods inherited through a direct relationship.

Instance Attribute Summary collapse

Instance Attribute Details

#definitionObject

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



17
18
19
# File 'lib/utopia/project/inheritance.rb', line 17

def definition
  @definition
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



17
18
19
# File 'lib/utopia/project/inheritance.rb', line 17

def kind
  @kind
end

#methodsObject

Returns the value of attribute methods

Returns:

  • (Object)

    the current value of methods



17
18
19
# File 'lib/utopia/project/inheritance.rb', line 17

def methods
  @methods
end