Class: SendGrid4r::REST::Ips::Pools::Pool
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Ips::Pools::Pool
- Defined in:
- lib/sendgrid4r/rest/ips/pools.rb
Instance Attribute Summary collapse
-
#ips ⇒ Object
Returns the value of attribute ips.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pool_name ⇒ Object
Returns the value of attribute pool_name.
Instance Attribute Details
#ips ⇒ Object
Returns the value of attribute ips
14 15 16 |
# File 'lib/sendgrid4r/rest/ips/pools.rb', line 14 def ips @ips end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/sendgrid4r/rest/ips/pools.rb', line 14 def name @name end |
#pool_name ⇒ Object
Returns the value of attribute pool_name
14 15 16 |
# File 'lib/sendgrid4r/rest/ips/pools.rb', line 14 def pool_name @pool_name end |