Class: SendGrid4r::REST::Whitelabel::Domains::Result
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Whitelabel::Domains::Result
- Defined in:
- lib/sendgrid4r/rest/whitelabel/domains.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#valid ⇒ Object
Returns the value of attribute valid.
-
#validation_results ⇒ Object
Returns the value of attribute validation_results.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
75 76 77 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 75 def id @id end |
#valid ⇒ Object
Returns the value of attribute valid
75 76 77 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 75 def valid @valid end |
#validation_results ⇒ Object
Returns the value of attribute validation_results
75 76 77 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 75 def validation_results @validation_results end |