Class: Ansible::Ruby::Modules::Hipchat
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Hipchat
- Defined in:
- lib/ansible/ruby/modules/generated/extras/notification/hipchat.rb
Instance Method Summary collapse
-
#api ⇒ String?
API url if using a self-hosted hipchat server.
-
#color ⇒ :yellow, ...
Background color for the message.
-
#from ⇒ String?
Name the message will appear be sent from.
-
#msg ⇒ String
The message body.
-
#msg_format ⇒ :text, ...
Message format.
-
#notify ⇒ :yes, ...
Notify or not (change the tab color, play a sound, etc).
-
#room ⇒ String
ID or name of the room.
-
#token ⇒ String
API token.
-
#validate_certs ⇒ :yes, ...
If C(no), SSL certificates will not be validated.
Methods inherited from Base
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
#api ⇒ String?
42 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/hipchat.rb', line 42 attribute :api |
#color ⇒ :yellow, ...
26 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/hipchat.rb', line 26 attribute :color |
#from ⇒ String?
18 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/hipchat.rb', line 18 attribute :from |
#msg ⇒ String
22 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/hipchat.rb', line 22 attribute :msg |
#msg_format ⇒ :text, ...
30 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/hipchat.rb', line 30 attribute :msg_format |
#notify ⇒ :yes, ...
34 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/hipchat.rb', line 34 attribute :notify |
#room ⇒ String
14 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/hipchat.rb', line 14 attribute :room |
#token ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/hipchat.rb', line 10 attribute :token |
#validate_certs ⇒ :yes, ...
38 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/hipchat.rb', line 38 attribute :validate_certs |