Class: Ansible::Ruby::Modules::Osx_say
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Osx_say
- Defined in:
- lib/ansible/ruby/modules/generated/extras/notification/osx_say.rb
Instance Method Summary collapse
-
#msg ⇒ String
What to say.
-
#voice ⇒ String?
What voice to use.
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
#msg ⇒ String
Returns What to say.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/osx_say.rb', line 10 attribute :msg |
#voice ⇒ String?
Returns What voice to use.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/osx_say.rb', line 14 attribute :voice |