Class: SlackProgress::Connection::Response
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- SlackProgress::Connection::Response
- Defined in:
- lib/slack-progress/connection.rb
Instance Method Summary collapse
-
#initialize(status, thread_id, body) ⇒ Response
constructor
A new instance of Response.
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 |