class SlackProgress::Connection::Response
Public Class Methods
new(status, thread_id, body)
click to toggle source
Calls superclass method
# File lib/slack-progress/connection.rb, line 11 def initialize(status, thread_id, body) super(status: status, thread_id: thread_id, body: body) end