Class: Async::Slack::Search
- Inherits:
-
Representation
- Object
- REST::Representation
- Representation
- Async::Slack::Search
- Defined in:
- lib/async/slack/search.rb
Instance Method Summary collapse
Methods inherited from Representation
Constructor Details
This class inherits a constructor from Async::Slack::Representation
Instance Method Details
#messages(**parameters, &block) ⇒ Object
81 82 83 84 85 86 87 88 89 |
# File 'lib/async/slack/search.rb', line 81 def (**parameters, &block) = self.with(Messages, parameters: parameters) if block_given? .each(&block) else return end end |