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

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

Overview

A group of inherited methods with the same origin.

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

#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