class ExecuteCommand

Defined in:

commands.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(method : String, variable_name : String, args : Array(String) = [] of String) #

[View source]

Instance Method Detail

def args : Array(String) #

[View source]
def has_args? #

[View source]
def method : String #

[View source]
def variable_name : String #

[View source]