Class: SendGrid4r::REST::IpAccessManagement::IpActivity
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::IpAccessManagement::IpActivity
- Defined in:
- lib/sendgrid4r/rest/ip_access_management.rb
Instance Attribute Summary collapse
-
#allowed ⇒ Object
Returns the value of attribute allowed.
-
#auth_method ⇒ Object
Returns the value of attribute auth_method.
-
#first_at ⇒ Object
Returns the value of attribute first_at.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#last_at ⇒ Object
Returns the value of attribute last_at.
-
#location ⇒ Object
Returns the value of attribute location.
Instance Attribute Details
#allowed ⇒ Object
Returns the value of attribute allowed
12 13 14 |
# File 'lib/sendgrid4r/rest/ip_access_management.rb', line 12 def allowed @allowed end |
#auth_method ⇒ Object
Returns the value of attribute auth_method
12 13 14 |
# File 'lib/sendgrid4r/rest/ip_access_management.rb', line 12 def auth_method @auth_method end |
#first_at ⇒ Object
Returns the value of attribute first_at
12 13 14 |
# File 'lib/sendgrid4r/rest/ip_access_management.rb', line 12 def first_at @first_at end |
#ip ⇒ Object
Returns the value of attribute ip
12 13 14 |
# File 'lib/sendgrid4r/rest/ip_access_management.rb', line 12 def ip @ip end |
#last_at ⇒ Object
Returns the value of attribute last_at
12 13 14 |
# File 'lib/sendgrid4r/rest/ip_access_management.rb', line 12 def last_at @last_at end |
#location ⇒ Object
Returns the value of attribute location
12 13 14 |
# File 'lib/sendgrid4r/rest/ip_access_management.rb', line 12 def location @location end |