Class: SendGrid4r::REST::IpAccessManagement::WhitelistedIpResult
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::IpAccessManagement::WhitelistedIpResult
- Defined in:
- lib/sendgrid4r/rest/ip_access_management.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
20 21 22 |
# File 'lib/sendgrid4r/rest/ip_access_management.rb', line 20 def created_at @created_at end |
#id ⇒ Object
Returns the value of attribute id
20 21 22 |
# File 'lib/sendgrid4r/rest/ip_access_management.rb', line 20 def id @id end |
#ip ⇒ Object
Returns the value of attribute ip
20 21 22 |
# File 'lib/sendgrid4r/rest/ip_access_management.rb', line 20 def ip @ip end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
20 21 22 |
# File 'lib/sendgrid4r/rest/ip_access_management.rb', line 20 def updated_at @updated_at end |