class Construqt::Cables::DirectedCable

Attributes

cable[RW]
other[RW]

Public Class Methods

new(cable, other) click to toggle source
# File lib/construqt/cables.rb, line 29
def initialize(cable, other)
  self.cable = cable
  self.other = other
end