Class: SendGrid4r::REST::Settings::Tracking::Subscription
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Settings::Tracking::Subscription
- Defined in:
- lib/sendgrid4r/rest/settings/tracking.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#html_content ⇒ Object
Returns the value of attribute html_content.
-
#landing ⇒ Object
Returns the value of attribute landing.
-
#plain_content ⇒ Object
Returns the value of attribute plain_content.
-
#replace ⇒ Object
Returns the value of attribute replace.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled
38 39 40 |
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 38 def enabled @enabled end |
#html_content ⇒ Object
Returns the value of attribute html_content
38 39 40 |
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 38 def html_content @html_content end |
#landing ⇒ Object
Returns the value of attribute landing
38 39 40 |
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 38 def landing @landing end |
#plain_content ⇒ Object
Returns the value of attribute plain_content
38 39 40 |
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 38 def plain_content @plain_content end |
#replace ⇒ Object
Returns the value of attribute replace
38 39 40 |
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 38 def replace @replace end |
#url ⇒ Object
Returns the value of attribute url
38 39 40 |
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 38 def url @url end |