Class: SupportOps::Slack::Messages
- Defined in:
- lib/support_ops_slack/slack/messages.rb
Overview
Defines the class Messages within the module SupportOps::Slack.
Instance Attribute Summary collapse
-
#text ⇒ String
The text to send.
Instance Method Summary collapse
-
#save! ⇒ Object
Create a Message (i.e. post a message).
Methods inherited from Base
attributes, client, #client=, configure, define_attributes, #initialize, readonly_attributes, #store_original_attributes
Constructor Details
This class inherits a constructor from SupportOps::Slack::Base
Instance Attribute Details
#text ⇒ String
The text to send
13 14 15 |
# File 'lib/support_ops_slack/slack/messages.rb', line 13 def text @text end |
Instance Method Details
#save! ⇒ Object
Note:
This is inherited from Base#save!
Create a Message (i.e. post a message)
16 |
# File 'lib/support_ops_slack/slack/messages.rb', line 16 def save!; end |