Class: Ansible::Ruby::Modules::Hall

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

Instance Method Summary collapse

Methods inherited from Base

#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 you wish to deliver as a notifcation.

Returns:

  • (String)

    The message you wish to deliver as a notifcation



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

attribute :msg

#pictureObject?

Returns The full URL to the image you wish to use for the Icon of the message. Defaults to U(cdn2.hubspot.net/hub/330046/file-769078210-png/Official_Logos/ansible_logo_black_square_small.png?t=1421076128627).

Returns:



22
# File 'lib/ansible/ruby/modules/generated/extras/notification/hall.rb', line 22

attribute :picture

#room_tokenString

Returns Room token provided to you by setting up the Ansible room integation on U(hall.com).

Returns:

  • (String)

    Room token provided to you by setting up the Ansible room integation on U(hall.com)



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

attribute :room_token

#titleString

Returns The title of the message.

Returns:

  • (String)

    The title of the message



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

attribute :title