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

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

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#msgString

Returns The message body.

Returns:

  • (String)

    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.

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.



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

attribute :notify

#roomString

Returns Room number to which the message should be sent.

Returns:

  • (String)

    Room number to which the message should be sent.



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

attribute :room

#subscriptionString

Returns The subscription name to use.

Returns:

  • (String)

    The subscription name to use.



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

attribute :subscription

#tokenString

Returns API token.

Returns:

  • (String)

    API token.



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

attribute :token