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.
-
#send_raw ⇒ Object
Returns the value of attribute send_raw.
-
#spam_check ⇒ Object
Returns the value of attribute spam_check.
-
#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 |
#send_raw ⇒ Object
Returns the value of attribute send_raw
15 16 17 |
# File 'lib/sendgrid4r/rest/webhooks/parse.rb', line 15 def send_raw @send_raw end |
#spam_check ⇒ Object
Returns the value of attribute spam_check
15 16 17 |
# File 'lib/sendgrid4r/rest/webhooks/parse.rb', line 15 def spam_check @spam_check 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 |