Class: SendGrid4r::REST::Ips::Addresses::Address
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Ips::Addresses::Address
- Defined in:
- lib/sendgrid4r/rest/ips/addresses.rb
Instance Attribute Summary collapse
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#pool_name ⇒ Object
Returns the value of attribute pool_name.
-
#pools ⇒ Object
Returns the value of attribute pools.
-
#rdns ⇒ Object
Returns the value of attribute rdns.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#subusers ⇒ Object
Returns the value of attribute subusers.
-
#warmup ⇒ Object
Returns the value of attribute warmup.
Instance Attribute Details
#ip ⇒ Object
Returns the value of attribute ip
14 15 16 |
# File 'lib/sendgrid4r/rest/ips/addresses.rb', line 14 def ip @ip end |
#pool_name ⇒ Object
Returns the value of attribute pool_name
14 15 16 |
# File 'lib/sendgrid4r/rest/ips/addresses.rb', line 14 def pool_name @pool_name end |
#pools ⇒ Object
Returns the value of attribute pools
14 15 16 |
# File 'lib/sendgrid4r/rest/ips/addresses.rb', line 14 def pools @pools end |
#rdns ⇒ Object
Returns the value of attribute rdns
14 15 16 |
# File 'lib/sendgrid4r/rest/ips/addresses.rb', line 14 def rdns @rdns end |
#start_date ⇒ Object
Returns the value of attribute start_date
14 15 16 |
# File 'lib/sendgrid4r/rest/ips/addresses.rb', line 14 def start_date @start_date end |
#subusers ⇒ Object
Returns the value of attribute subusers
14 15 16 |
# File 'lib/sendgrid4r/rest/ips/addresses.rb', line 14 def subusers @subusers end |
#warmup ⇒ Object
Returns the value of attribute warmup
14 15 16 |
# File 'lib/sendgrid4r/rest/ips/addresses.rb', line 14 def warmup @warmup end |