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:

  • (String)

    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:

  • (:"56k", :bell, :bezos, :bueller, :clowntown, :cottoneyejoe, :crickets, :dadgummit, :dangerzone, :danielsan, :deeper, :drama, :greatjob, :greyjoy, :guarantee, :heygirl, :horn, :horror, :inconceivable, :live, :loggins, :makeitso, :noooo, :nyan, :ohmy, :ohyeah, :pushit, :rimshot, :rollout, :rumble, :sax, :secret, :sexyback, :story, :tada, :tmyk, :trololo, :trombone, :unix, :vuvuzela, :what, :whoomp, :yeah, :yodel, nil)

    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:

  • (Integer)

    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:

  • (String)

    The subscription name to use.



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

attribute :subscription

#tokenInteger

Returns API token.

Returns:

  • (Integer)

    API token.



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

attribute :token