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
Overview
Query / Set MySQL variables
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, remove_existing_validations, #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.
15 |
# File 'lib/ansible/ruby/modules/generated/core/database/mysql/mysql_variables.rb', line 15 attribute :value |
#variable ⇒ String
Returns Variable name to operate.
11 |
# File 'lib/ansible/ruby/modules/generated/core/database/mysql/mysql_variables.rb', line 11 attribute :variable |