Class: SendGrid4r::REST::IpAccessManagement::WhitelistedIpResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/ip_access_management.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



20
21
22
# File 'lib/sendgrid4r/rest/ip_access_management.rb', line 20

def created_at
  @created_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



20
21
22
# File 'lib/sendgrid4r/rest/ip_access_management.rb', line 20

def id
  @id
end

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



20
21
22
# File 'lib/sendgrid4r/rest/ip_access_management.rb', line 20

def ip
  @ip
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



20
21
22
# File 'lib/sendgrid4r/rest/ip_access_management.rb', line 20

def updated_at
  @updated_at
end