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

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

Instance Method Summary collapse

Methods inherited from Base

#to_h

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_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



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

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



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

attribute :from_address

#from_nameObject?

Returns (inbox only) Name of the message sender.

Returns:

  • (Object, nil)

    (inbox only) Name of the message sender



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

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.



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

attribute :link

#msgString

Returns Content of the message.

Returns:

  • (String)

    Content of the message



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

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



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

attribute :project

#reply_toObject?

Returns (inbox only) Email address for replies.

Returns:

  • (Object, nil)

    (inbox only) Email address for replies



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

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



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

attribute :source

#subjectString?

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

Returns:

  • (String, nil)

    (inbox only - required) Subject line of the message



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

attribute :subject

#tagsArray<String>, ...

Returns tags of the message, separated by commas.

Returns:

  • (Array<String>, String, nil)

    tags of the message, separated by commas



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

attribute :tags

#tokenString

Returns API token.

Returns:

  • (String)

    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’.

Returns:

  • (:inbox, :chat)

    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.

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.



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

attribute :validate_certs