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

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

Overview

The C(hall) module connects to the U(hall.com) messaging API and allows you to deliver notication messages to rooms.

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

Returns:

  • (String)

    The message you wish to deliver as a notification



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

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)rn.

Returns:



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

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)



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

attribute :room_token

#titleString

Returns The title of the message.

Returns:

  • (String)

    The title of the message



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

attribute :title