scribe.slack

package scribe.slack

Members list

Concise view

Type members

Classlikes

class Slack(serviceHash: String, botName: String)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Slack

Attributes

Companion:
class
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
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

Attributes

emojiIcon

the emoji to use when sending messages

slack

Slack instance

Graph
Supertypes
trait Writer
class Object
trait Matchable
class Any