Class: SendGrid4r::REST::MarketingCampaigns::Address
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::MarketingCampaigns::Address
- Defined in:
- lib/sendgrid4r/rest/marketing_campaigns/senders.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
27 28 29 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 27 def email @email end |
#name ⇒ Object
Returns the value of attribute name
27 28 29 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 27 def name @name end |