scribe.slack

package scribe.slack

Members list

Type members

Classlikes

class Slack(serviceHash: String, botName: String)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Slack

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Slack.type
case class SlackMessage(text: String, username: String, mrkdwn: Boolean, icon_emoji: String, attachments: List[Attachment])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SlackMessage

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class SlackWriter(slack: Slack, emojiIcon: String) extends Writer

SlackWriter is

SlackWriter is

Value parameters

emojiIcon

the emoji to use when sending messages

slack

Slack instance

Attributes

Supertypes
trait Writer
class Object
trait Matchable
class Any