class Quartz::InputPort

Overview

This class represents an input port that belongs to a Coupleable (the host).

Defined in:

quartz/port.cr

Instance Method Summary

Instance methods inherited from class Quartz::Port

hash(hasher) hash, host : Coupleable host, name : Name name, to_s(io) to_s

Constructor methods inherited from class Quartz::Port

new(host : Coupleable, name : Name) new

Instance methods inherited from class Reference

==(other : Quartz::Any) ==

Instance methods inherited from class Object

===(other : Quartz::Any) ===

Instance Method Detail

def downward_ports #

[View source]