Class: SendGrid4r::REST::Whitelabel::Domains::Dns
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Whitelabel::Domains::Dns
- Defined in:
- lib/sendgrid4r/rest/whitelabel/domains.rb
Instance Attribute Summary collapse
-
#dkim ⇒ Object
Returns the value of attribute dkim.
-
#dkim1 ⇒ Object
Returns the value of attribute dkim1.
-
#dkim2 ⇒ Object
Returns the value of attribute dkim2.
-
#domain_spf ⇒ Object
Returns the value of attribute domain_spf.
-
#mail_cname ⇒ Object
Returns the value of attribute mail_cname.
-
#mail_server ⇒ Object
Returns the value of attribute mail_server.
-
#spf ⇒ Object
Returns the value of attribute spf.
-
#subdomain_spf ⇒ Object
Returns the value of attribute subdomain_spf.
Instance Attribute Details
#dkim ⇒ Object
Returns the value of attribute dkim
18 19 20 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 18 def dkim @dkim end |
#dkim1 ⇒ Object
Returns the value of attribute dkim1
18 19 20 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 18 def dkim1 @dkim1 end |
#dkim2 ⇒ Object
Returns the value of attribute dkim2
18 19 20 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 18 def dkim2 @dkim2 end |
#domain_spf ⇒ Object
Returns the value of attribute domain_spf
18 19 20 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 18 def domain_spf @domain_spf end |
#mail_cname ⇒ Object
Returns the value of attribute mail_cname
18 19 20 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 18 def mail_cname @mail_cname end |
#mail_server ⇒ Object
Returns the value of attribute mail_server
18 19 20 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 18 def mail_server @mail_server end |
#spf ⇒ Object
Returns the value of attribute spf
18 19 20 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 18 def spf @spf end |
#subdomain_spf ⇒ Object
Returns the value of attribute subdomain_spf
18 19 20 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 18 def subdomain_spf @subdomain_spf end |