Class: ActionSlack::Base
- Inherits:
-
Object
- Object
- ActionSlack::Base
- Extended by:
- Forwardable
- Defined in:
- lib/action_slack/base.rb
Class Method Summary collapse
Class Method Details
.attributes=(attrs) ⇒ Object
18 19 20 |
# File 'lib/action_slack/base.rb', line 18 def attributes=(attrs) @attributes = Array.wrap(attrs) end |