class Effect::Command
- Effect::Command
- Reference
- Object
Defined in:
effect.crConstructors
Instance Method Summary
- #args : Array(String)
- #args=(args : Array(String))
- #name : String
- #name=(name : String)
-
#serialize : String
Sertialize the command as a single string representation.
Constructor Detail
Instance Method Detail
def serialize : String
#
Sertialize the command as a single string representation.
This is used for caching purposes.