Class: Ansible::Ruby::Modules::Hall
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Hall
- 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
-
#msg ⇒ String
The message you wish to deliver as a notification.
-
#picture ⇒ Object?
The full URL to the image you wish to use for the Icon of the message.
-
#room_token ⇒ String
Room token provided to you by setting up the Ansible room integation on U(hall.com).
-
#title ⇒ String
The title of the message.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#msg ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/notification/hall.rb', line 16 attribute :msg |
#picture ⇒ Object?
24 |
# File 'lib/ansible/ruby/modules/generated/notification/hall.rb', line 24 attribute :picture |
#room_token ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/notification/hall.rb', line 12 attribute :room_token |
#title ⇒ String
20 |
# File 'lib/ansible/ruby/modules/generated/notification/hall.rb', line 20 attribute :title |