Class: SendGrid4r::REST::Webhooks::Parse::ParseSetting

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/webhooks/parse.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hostnameObject

Returns the value of attribute hostname

Returns:

  • (Object)

    the current value of hostname



15
16
17
# File 'lib/sendgrid4r/rest/webhooks/parse.rb', line 15

def hostname
  @hostname
end

#send_rawObject

Returns the value of attribute send_raw

Returns:

  • (Object)

    the current value of send_raw



15
16
17
# File 'lib/sendgrid4r/rest/webhooks/parse.rb', line 15

def send_raw
  @send_raw
end

#spam_checkObject

Returns the value of attribute spam_check

Returns:

  • (Object)

    the current value of spam_check



15
16
17
# File 'lib/sendgrid4r/rest/webhooks/parse.rb', line 15

def spam_check
  @spam_check
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



15
16
17
# File 'lib/sendgrid4r/rest/webhooks/parse.rb', line 15

def url
  @url
end