Class: SendGrid4r::REST::Whitelabel::Domains::ValidationResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



82
83
84
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 82

def reason
  @reason
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



82
83
84
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 82

def valid
  @valid
end