Class: Ansible::Ruby::Modules::Campfire
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Campfire
- Defined in:
- lib/ansible/ruby/modules/generated/extras/notification/campfire.rb
Overview
Send a message to Campfire. Messages with newlines will result in a “Paste” message being sent.
Instance Method Summary collapse
-
#msg ⇒ String
The message body.
-
#notify ⇒ :"56k", ...
Send a notification sound before the message.
-
#room ⇒ String
Room number to which the message should be sent.
-
#subscription ⇒ String
The subscription name to use.
-
#token ⇒ String
API token.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#msg ⇒ String
Returns The message body.
24 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/campfire.rb', line 24 attribute :msg |
#notify ⇒ :"56k", ...
Returns Send a notification sound before the message.
28 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/campfire.rb', line 28 attribute :notify |
#room ⇒ String
Returns Room number to which the message should be sent.
20 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/campfire.rb', line 20 attribute :room |
#subscription ⇒ String
Returns The subscription name to use.
12 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/campfire.rb', line 12 attribute :subscription |
#token ⇒ String
Returns API token.
16 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/campfire.rb', line 16 attribute :token |