Class: Utopia::Project::Inheritance::Relationship

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

Overview

A relationship declared by a definition.

Instance Attribute Summary collapse

Instance Attribute Details

#definitionObject

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



11
12
13
# File 'lib/utopia/project/inheritance.rb', line 11

def definition
  @definition
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



11
12
13
# File 'lib/utopia/project/inheritance.rb', line 11

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/utopia/project/inheritance.rb', line 11

def name
  @name
end