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

#spam_check_outgoingObject

Returns the value of attribute spam_check_outgoing

Returns:

  • (Object)

    the current value of spam_check_outgoing



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

def spam_check_outgoing
  @spam_check_outgoing
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