Class: Ansible::Ruby::Modules::Sendgrid
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Sendgrid
- Defined in:
- lib/ansible/ruby/modules/generated/extras/notification/sendgrid.rb
Instance Method Summary collapse
-
#from_address ⇒ String
The address in the “from” field for the email.
-
#password ⇒ String
Password that corresponds to the username.
-
#subject ⇒ String
The desired subject for the email.
-
#to_addresses ⇒ Array<String>, String
A list with one or more recipient email addresses.
-
#username ⇒ String
Username for logging into the SendGrid account.
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
#from_address ⇒ String
Returns the address in the “from” field for the email.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/sendgrid.rb', line 18 attribute :from_address |
#password ⇒ String
Returns password that corresponds to the username.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/sendgrid.rb', line 14 attribute :password |
#subject ⇒ String
Returns the desired subject for the email.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/sendgrid.rb', line 26 attribute :subject |
#to_addresses ⇒ Array<String>, String
Returns a list with one or more recipient email addresses.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/sendgrid.rb', line 22 attribute :to_addresses |
#username ⇒ String
Returns username for logging into the SendGrid account.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/sendgrid.rb', line 10 attribute :username |