Skip to content

Instantly share code, notes, and snippets.

@khalilovcmd
Last active February 5, 2018 11:16
Show Gist options
  • Save khalilovcmd/f6771ef1737a213bc01082ec85e5616b to your computer and use it in GitHub Desktop.
Save khalilovcmd/f6771ef1737a213bc01082ec85e5616b to your computer and use it in GitHub Desktop.
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