Class: Ansible::Ruby::Modules::Typetalk
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Typetalk
- 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
-
#client_id ⇒ String
OAuth2 client ID.
-
#client_secret ⇒ String
OAuth2 client secret.
-
#msg ⇒ String
Message body.
-
#topic ⇒ String
Topic id to post message.
Methods inherited from Base
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_id ⇒ String
Returns OAuth2 client ID.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/typetalk.rb', line 11 attribute :client_id |
#client_secret ⇒ String
Returns OAuth2 client secret.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/typetalk.rb', line 15 attribute :client_secret |
#msg ⇒ String
Returns message body.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/typetalk.rb', line 23 attribute :msg |
#topic ⇒ String
Returns topic id to post message.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/typetalk.rb', line 19 attribute :topic |