Class: Mxrb::Architecture::Edge

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/architecture/graph.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



6
7
8
# File 'lib/mxrb/architecture/graph.rb', line 6

def from
  @from
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



6
7
8
# File 'lib/mxrb/architecture/graph.rb', line 6

def 
  @metadata
end

#relationObject (readonly)

Returns the value of attribute relation

Returns:

  • (Object)

    the current value of relation



6
7
8
# File 'lib/mxrb/architecture/graph.rb', line 6

def relation
  @relation
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



6
7
8
# File 'lib/mxrb/architecture/graph.rb', line 6

def to
  @to
end