Class: SendGrid4r::REST::Whitelabel::Ips::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



57
58
59
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 57

def id
  @id
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



57
58
59
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 57

def valid
  @valid
end

#validation_resultsObject

Returns the value of attribute validation_results

Returns:

  • (Object)

    the current value of validation_results



57
58
59
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 57

def validation_results
  @validation_results
end