Class: Ansible::Ruby::Modules::Mysql_variables
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Mysql_variables
- Defined in:
- lib/ansible/ruby/modules/generated/core/database/mysql/mysql_variables.rb
Instance Method Summary collapse
-
#value ⇒ String?
If set, then sets variable value to this.
-
#variable ⇒ String
Variable name to operate.
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
#value ⇒ String?
Returns If set, then sets variable value to this.
14 |
# File 'lib/ansible/ruby/modules/generated/core/database/mysql/mysql_variables.rb', line 14 attribute :value |
#variable ⇒ String
Returns Variable name to operate.
10 |
# File 'lib/ansible/ruby/modules/generated/core/database/mysql/mysql_variables.rb', line 10 attribute :variable |