Class: Ansible::Ruby::Modules::Campfire

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/notification/campfire.rb

Overview

Send a message to Campfire. Messages with newlines will result in a “Paste” message being sent.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#msgString

Returns The message body.

Returns:

  • The message body.



25
# File 'lib/ansible/ruby/modules/generated/notification/campfire.rb', line 25

attribute :msg

#notify:"56k", ...

Returns Send a notification sound before the message.

Returns:

  • Send a notification sound before the message.



29
# File 'lib/ansible/ruby/modules/generated/notification/campfire.rb', line 29

attribute :notify

#roomInteger

Returns Room number to which the message should be sent.

Returns:

  • Room number to which the message should be sent.



21
# File 'lib/ansible/ruby/modules/generated/notification/campfire.rb', line 21

attribute :room

#subscriptionString

Returns The subscription name to use.

Returns:

  • The subscription name to use.



13
# File 'lib/ansible/ruby/modules/generated/notification/campfire.rb', line 13

attribute :subscription

#tokenInteger

Returns API token.

Returns:

  • API token.



17
# File 'lib/ansible/ruby/modules/generated/notification/campfire.rb', line 17

attribute :token