Class: SendGrid4r::REST::Whitelabel::Domains::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



75
76
77
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 75

def id
  @id
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



75
76
77
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 75

def valid
  @valid
end

#validation_resultsObject

Returns the value of attribute validation_results

Returns:

  • (Object)

    the current value of validation_results



75
76
77
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 75

def validation_results
  @validation_results
end