Class: Ansible::Ruby::Modules::Flowdock
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Flowdock
- Defined in:
- lib/ansible/ruby/modules/generated/extras/notification/flowdock.rb
Instance Method Summary collapse
-
#external_user_name ⇒ String?
(chat only - required) Name of the “user” sending the message.
-
#from_address ⇒ String?
(inbox only - required) Email address of the message sender.
-
#from_name ⇒ Object?
(inbox only) Name of the message sender.
-
#link ⇒ Object?
(inbox only) Link associated with the message.
-
#msg ⇒ String
Content of the message.
-
#project ⇒ Object?
(inbox only) Human readable identifier for more detailed message categorization.
-
#reply_to ⇒ Object?
(inbox only) Email address for replies.
-
#source ⇒ String?
(inbox only - required) Human readable identifier of the application that uses the Flowdock API.
-
#subject ⇒ String?
(inbox only - required) Subject line of the message.
-
#tags ⇒ Array<String>, ...
Tags of the message, separated by commas.
-
#token ⇒ String
API token.
-
#type ⇒ :inbox, :chat
Whether to post to ‘inbox’ or ‘chat’.
-
#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
#external_user_name ⇒ String?
Returns (chat only - required) Name of the “user” sending the message.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/flowdock.rb', line 26 attribute :external_user_name |
#from_address ⇒ String?
Returns (inbox only - required) Email address of the message sender.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/flowdock.rb', line 30 attribute :from_address |
#from_name ⇒ Object?
Returns (inbox only) Name of the message sender.
42 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/flowdock.rb', line 42 attribute :from_name |
#link ⇒ Object?
Returns (inbox only) Link associated with the message. This will be used to link the message subject in Team Inbox.
51 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/flowdock.rb', line 51 attribute :link |
#msg ⇒ String
Returns Content of the message.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/flowdock.rb', line 18 attribute :msg |
#project ⇒ Object?
Returns (inbox only) Human readable identifier for more detailed message categorization.
48 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/flowdock.rb', line 48 attribute :project |
#reply_to ⇒ Object?
Returns (inbox only) Email address for replies.
45 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/flowdock.rb', line 45 attribute :reply_to |
#source ⇒ String?
Returns (inbox only - required) Human readable identifier of the application that uses the Flowdock API.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/flowdock.rb', line 34 attribute :source |
#subject ⇒ String?
Returns (inbox only - required) Subject line of the message.
38 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/flowdock.rb', line 38 attribute :subject |
#tags ⇒ Array<String>, ...
Returns tags of the message, separated by commas.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/flowdock.rb', line 22 attribute :tags |
#token ⇒ String
Returns API token.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/flowdock.rb', line 10 attribute :token |
#type ⇒ :inbox, :chat
Returns Whether to post to ‘inbox’ or ‘chat’.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/flowdock.rb', line 14 attribute :type |
#validate_certs ⇒ :yes, ...
Returns If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.
54 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/flowdock.rb', line 54 attribute :validate_certs |