Class: SendGrid4r::REST::Whitelabel::Ips::ValidationResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/whitelabel/ips.rb

Instance Attribute Summary collapse

Instance Attribute Details

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



59
60
61
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 59

def reason
  @reason
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



59
60
61
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 59

def valid
  @valid
end