class NotifySlack::Parser

Defined in:

notify_slack/parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def channel : String #

[View source]
def icon_emoji : String | Nil #

[View source]
def icon_url : String | Nil #

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

[View source]
def text : String #

[View source]
def username : String | Nil #

[View source]