Class: Ansible::Ruby::Modules::Hostname
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Hostname
- Defined in:
- lib/ansible/ruby/modules/generated/core/system/hostname.rb
Instance Method Summary collapse
-
#name ⇒ String
Name of the host.
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
#name ⇒ String
Returns Name of the host.
10 |
# File 'lib/ansible/ruby/modules/generated/core/system/hostname.rb', line 10 attribute :name |