Class: SlackProgress::Connection::Response

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/slack-progress/connection.rb

Instance Method Summary collapse

Constructor Details

#initialize(status, thread_id, body) ⇒ Response

Returns a new instance of Response.



11
12
13
# File 'lib/slack-progress/connection.rb', line 11

def initialize(status, thread_id, body)
  super(status: status, thread_id: thread_id, body: body)
end