Class: SendGrid4r::REST::Whitelabel::Domains::ValidationResults
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Whitelabel::Domains::ValidationResults
- 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.
-
#mail_cname ⇒ Object
Returns the value of attribute mail_cname.
-
#mail_server ⇒ Object
Returns the value of attribute mail_server.
-
#subdomain_spf ⇒ Object
Returns the value of attribute subdomain_spf.
Instance Attribute Details
#dkim ⇒ Object
Returns the value of attribute dkim
76 77 78 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 76 def dkim @dkim end |
#dkim1 ⇒ Object
Returns the value of attribute dkim1
76 77 78 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 76 def dkim1 @dkim1 end |
#dkim2 ⇒ Object
Returns the value of attribute dkim2
76 77 78 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 76 def dkim2 @dkim2 end |
#mail_cname ⇒ Object
Returns the value of attribute mail_cname
76 77 78 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 76 def mail_cname @mail_cname end |
#mail_server ⇒ Object
Returns the value of attribute mail_server
76 77 78 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 76 def mail_server @mail_server end |
#subdomain_spf ⇒ Object
Returns the value of attribute subdomain_spf
76 77 78 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 76 def subdomain_spf @subdomain_spf end |