Class: MendixBridge::DependencyIndex::Edge

Inherits:
Data
  • Object
show all
Defined in:
lib/mendix_bridge/dependency_index.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



5
6
7
# File 'lib/mendix_bridge/dependency_index.rb', line 5

def from
  @from
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



5
6
7
# File 'lib/mendix_bridge/dependency_index.rb', line 5

def kind
  @kind
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



5
6
7
# File 'lib/mendix_bridge/dependency_index.rb', line 5

def path
  @path
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



5
6
7
# File 'lib/mendix_bridge/dependency_index.rb', line 5

def to
  @to
end

Instance Method Details

#to_hObject



6
7
8
# File 'lib/mendix_bridge/dependency_index.rb', line 6

def to_h
  { from:, to:, kind:, path: }
end