class Effect::Command

Defined in:

effect.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, args : Array(String)) #

[View source]
def self.new(name : String) #

[View source]

Instance Method Detail

def args : Array(String) #

[View source]
def args=(args : Array(String)) #

[View source]
def name : String #

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

[View source]
def serialize : String #

Sertialize the command as a single string representation.

This is used for caching purposes.


[View source]