Class: SendGrid4r::REST::Whitelabel::Links::Result
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Whitelabel::Links::Result
- Defined in:
- lib/sendgrid4r/rest/whitelabel/links.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
60 61 62 |
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 60 def id @id end |
#valid ⇒ Object
Returns the value of attribute valid
60 61 62 |
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 60 def valid @valid end |
#validation_results ⇒ Object
Returns the value of attribute validation_results
60 61 62 |
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 60 def validation_results @validation_results end |