Last active
February 5, 2018 11:16
-
-
Save khalilovcmd/f6771ef1737a213bc01082ec85e5616b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Rendering | |
class MessageRenderer | |
class SlackMessage; end | |
class SlackAttachment; end | |
class SlackAttachmentField; end | |
class SlackAttachmentAction; end | |
def initialize(context = Context.new) | |
end | |
def render | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment