abstract class ToyRobot::Command::Base

Direct Known Subclasses

Defined in:

toy_robot/command/base.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(robot : Robot, table : Table, output : IO::FileDescriptor) #

[View source]

Instance Method Detail

def output : IO::FileDescriptor #

[View source]
def output=(output : IO::FileDescriptor) #

[View source]
def robot : Robot #

[View source]
def robot=(robot : Robot) #

[View source]
def table : Table #

[View source]
def table=(table : Table) #

[View source]