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