Class: SendGrid4r::REST::Whitelabel::Links::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



60
61
62
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 60

def id
  @id
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



60
61
62
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 60

def valid
  @valid
end

#validation_resultsObject

Returns the value of attribute validation_results

Returns:

  • (Object)

    the current value of validation_results



60
61
62
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 60

def validation_results
  @validation_results
end