Class: SendGrid4r::REST::Ips::Warmup::WarmupIp
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Ips::Warmup::WarmupIp
- Defined in:
- lib/sendgrid4r/rest/ips/warmup.rb
Instance Attribute Summary collapse
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
Instance Attribute Details
#ip ⇒ Object
Returns the value of attribute ip
11 12 13 |
# File 'lib/sendgrid4r/rest/ips/warmup.rb', line 11 def ip @ip end |
#start_date ⇒ Object
Returns the value of attribute start_date
11 12 13 |
# File 'lib/sendgrid4r/rest/ips/warmup.rb', line 11 def start_date @start_date end |