Class: Ansible::Ruby::Modules::Pushbullet
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Pushbullet
- Defined in:
- lib/ansible/ruby/modules/generated/extras/notification/pushbullet.rb
Instance Method Summary collapse
-
#api_key ⇒ String
Push bullet API token.
-
#body ⇒ String?
Body of the notification, e.g.
-
#channel ⇒ String?
The channel TAG you wish to broadcast a push notification, as seen on the “My Channels” > “Edit your channel” at Pushbullet page.
-
#device ⇒ String?
The device NAME you wish to send a push notification, as seen on the Pushbullet main page.
-
#push_type ⇒ :note, ...
Thing you wish to push.
-
#title ⇒ String
Title of the notification.
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
#api_key ⇒ String
Returns Push bullet API token.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/pushbullet.rb', line 10 attribute :api_key |
#body ⇒ String?
Returns Body of the notification, e.g. Details of the fault you’re alerting.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/pushbullet.rb', line 30 attribute :body |
#channel ⇒ String?
Returns The channel TAG you wish to broadcast a push notification, as seen on the “My Channels” > “Edit your channel” at Pushbullet page.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/pushbullet.rb', line 14 attribute :channel |
#device ⇒ String?
Returns The device NAME you wish to send a push notification, as seen on the Pushbullet main page.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/pushbullet.rb', line 18 attribute :device |
#push_type ⇒ :note, ...
Returns Thing you wish to push.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/pushbullet.rb', line 22 attribute :push_type |
#title ⇒ String
Returns Title of the notification.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/pushbullet.rb', line 26 attribute :title |