Class: SendGrid4r::REST::Settings::Mail::SpamCheck

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/settings/mail.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



57
58
59
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 57

def enabled
  @enabled
end

#max_scoreObject

Returns the value of attribute max_score

Returns:

  • (Object)

    the current value of max_score



57
58
59
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 57

def max_score
  @max_score
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



57
58
59
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 57

def url
  @url
end