Class: Ansible::Ruby::Modules::Flowdock

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

Overview

Send a message to a flowdock team inbox or chat using the push API (see www.flowdock.com/api/team-inbox and www.flowdock.com/api/chat)

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

#external_user_nameString?

Returns (chat only - required) Name of the “user” sending the message.

Returns:

  • (String, nil)

    (chat only - required) Name of the “user” sending the message



28
# File 'lib/ansible/ruby/modules/generated/notification/flowdock.rb', line 28

attribute :external_user_name

#from_addressString?

Returns (inbox only - required) Email address of the message sender.

Returns:

  • (String, nil)

    (inbox only - required) Email address of the message sender



32
# File 'lib/ansible/ruby/modules/generated/notification/flowdock.rb', line 32

attribute :from_address

#from_nameObject?

Returns (inbox only) Name of the message sender.

Returns:

  • (Object, nil)

    (inbox only) Name of the message sender



44
# File 'lib/ansible/ruby/modules/generated/notification/flowdock.rb', line 44

attribute :from_name

Returns (inbox only) Link associated with the message. This will be used to link the message subject in Team Inbox.

Returns:

  • (Object, nil)

    (inbox only) Link associated with the message. This will be used to link the message subject in Team Inbox.



53
# File 'lib/ansible/ruby/modules/generated/notification/flowdock.rb', line 53

attribute :link

#msgString

Returns Content of the message.

Returns:

  • (String)

    Content of the message



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

attribute :msg

#projectObject?

Returns (inbox only) Human readable identifier for more detailed message categorization.

Returns:

  • (Object, nil)

    (inbox only) Human readable identifier for more detailed message categorization



50
# File 'lib/ansible/ruby/modules/generated/notification/flowdock.rb', line 50

attribute :project

#reply_toObject?

Returns (inbox only) Email address for replies.

Returns:

  • (Object, nil)

    (inbox only) Email address for replies



47
# File 'lib/ansible/ruby/modules/generated/notification/flowdock.rb', line 47

attribute :reply_to

#sourceString?

Returns (inbox only - required) Human readable identifier of the application that uses the Flowdock API.

Returns:

  • (String, nil)

    (inbox only - required) Human readable identifier of the application that uses the Flowdock API



36
# File 'lib/ansible/ruby/modules/generated/notification/flowdock.rb', line 36

attribute :source

#subjectString?

Returns (inbox only - required) Subject line of the message.

Returns:

  • (String, nil)

    (inbox only - required) Subject line of the message



40
# File 'lib/ansible/ruby/modules/generated/notification/flowdock.rb', line 40

attribute :subject

#tagsArray<String>, ...

Returns tags of the message, separated by commas.

Returns:

  • (Array<String>, String, nil)

    tags of the message, separated by commas



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

attribute :tags

#tokenString

Returns API token.

Returns:

  • (String)

    API token.



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

attribute :token

#type:inbox, :chat

Returns Whether to post to ‘inbox’ or ‘chat’.

Returns:

  • (:inbox, :chat)

    Whether to post to ‘inbox’ or ‘chat’



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

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.

Returns:

  • (:yes, :no, nil)

    If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.



56
# File 'lib/ansible/ruby/modules/generated/notification/flowdock.rb', line 56

attribute :validate_certs