Class: SendGrid4r::REST::Settings::Mail::SpamCheck
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Settings::Mail::SpamCheck
- Defined in:
- lib/sendgrid4r/rest/settings/mail.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#max_score ⇒ Object
Returns the value of attribute max_score.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled
57 58 59 |
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 57 def enabled @enabled end |
#max_score ⇒ Object
Returns the value of attribute max_score
57 58 59 |
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 57 def max_score @max_score end |
#url ⇒ Object
Returns the value of attribute url
57 58 59 |
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 57 def url @url end |