class Operation

Overview

Operation represents operations that can be done by the command

An operation is composed of actions, which represent actual work done by the program.

Defined in:

aptman/operation.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, desc : String) #

[View source]

Instance Method Detail

def add_action(action : Action) #

[View source]
def has_action?(arg : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]