Class: Utopia::Project::Inheritance::Method

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

Overview

A method inherited from another definition.

Instance Attribute Summary collapse

Instance Attribute Details

#definitionObject

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



14
15
16
# File 'lib/utopia/project/inheritance.rb', line 14

def definition
  @definition
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/utopia/project/inheritance.rb', line 14

def name
  @name
end