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
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, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#msg ⇒ String
Returns The message body.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/campfire.rb', line 22 attribute :msg |
#notify ⇒ :"56k", ...
Returns Send a notification sound before the message.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/campfire.rb', line 26 attribute :notify |
#room ⇒ String
Returns Room number to which the message should be sent.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/campfire.rb', line 18 attribute :room |
#subscription ⇒ String
Returns The subscription name to use.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/campfire.rb', line 10 attribute :subscription |
#token ⇒ String
Returns API token.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/campfire.rb', line 14 attribute :token |