Class: Ansible::Ruby::Modules::Typetalk

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

Overview

Send a message to typetalk using typetalk API ( developers.typetalk.in/ )

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#client_idString

Returns OAuth2 client ID.

Returns:

  • (String)

    OAuth2 client ID



11
# File 'lib/ansible/ruby/modules/generated/extras/notification/typetalk.rb', line 11

attribute :client_id

#client_secretString

Returns OAuth2 client secret.

Returns:

  • (String)

    OAuth2 client secret



15
# File 'lib/ansible/ruby/modules/generated/extras/notification/typetalk.rb', line 15

attribute :client_secret

#msgString

Returns message body.

Returns:

  • (String)

    message body



23
# File 'lib/ansible/ruby/modules/generated/extras/notification/typetalk.rb', line 23

attribute :msg

#topicString

Returns topic id to post message.

Returns:

  • (String)

    topic id to post message



19
# File 'lib/ansible/ruby/modules/generated/extras/notification/typetalk.rb', line 19

attribute :topic