Class: SendGrid4r::REST::Whitelabel::Ips::ValidationResult
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Whitelabel::Ips::ValidationResult
- Defined in:
- lib/sendgrid4r/rest/whitelabel/ips.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
59 60 61 |
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 59 def reason @reason end |
#valid ⇒ Object
Returns the value of attribute valid
59 60 61 |
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 59 def valid @valid end |