Class: SendGrid4r::REST::Whitelabel::Links::ValidationResult
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Whitelabel::Links::ValidationResult
- Defined in:
- lib/sendgrid4r/rest/whitelabel/links.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason
62 63 64 |
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 62 def reason @reason end |
#valid ⇒ Object
Returns the value of attribute valid
62 63 64 |
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 62 def valid @valid end |