Class: Ansible::Ruby::Modules::Webfaction_mailbox
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Webfaction_mailbox
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_mailbox.rb
Instance Method Summary collapse
-
#login_name ⇒ String
The webfaction account to use.
-
#login_password ⇒ String
The webfaction password to use.
-
#mailbox_name ⇒ String
The name of the mailbox.
-
#mailbox_password ⇒ String
The password for the mailbox.
-
#state ⇒ :present, ...
Whether the mailbox should exist.
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
#login_name ⇒ String
Returns The webfaction account to use.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_mailbox.rb', line 22 attribute :login_name |
#login_password ⇒ String
Returns The webfaction password to use.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_mailbox.rb', line 26 attribute :login_password |
#mailbox_name ⇒ String
Returns The name of the mailbox.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_mailbox.rb', line 10 attribute :mailbox_name |
#mailbox_password ⇒ String
Returns The password for the mailbox.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_mailbox.rb', line 14 attribute :mailbox_password |
#state ⇒ :present, ...
Returns Whether the mailbox should exist.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_mailbox.rb', line 18 attribute :state |