struct CustomCommand::Data

Included Modules

Defined in:

groogy-bot/custom_command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(command : String = "", response : String = "") #

[View source]

Instance Method Detail

def command : String #

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

[View source]
def response : String #

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

[View source]