Class: SendGrid4r::REST::Webhooks::Parse::ParseSetting
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Webhooks::Parse::ParseSetting
- Defined in:
- lib/sendgrid4r/rest/webhooks/parse.rb
Instance Attribute Summary collapse
-
#hostname ⇒ Object
Returns the value of attribute hostname.
-
#spam_check_outgoing ⇒ Object
Returns the value of attribute spam_check_outgoing.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#hostname ⇒ Object
Returns the value of attribute hostname
15 16 17 |
# File 'lib/sendgrid4r/rest/webhooks/parse.rb', line 15 def hostname @hostname end |
#spam_check_outgoing ⇒ Object
Returns the value of attribute spam_check_outgoing
15 16 17 |
# File 'lib/sendgrid4r/rest/webhooks/parse.rb', line 15 def spam_check_outgoing @spam_check_outgoing end |
#url ⇒ Object
Returns the value of attribute url
15 16 17 |
# File 'lib/sendgrid4r/rest/webhooks/parse.rb', line 15 def url @url end |