Method: Contrast::Agent::Reporting::Details::IpDenylistDetails#to_controlled_hash

Defined in:
lib/contrast/agent/reporting/details/ip_denylist_details.rb

#to_controlled_hashObject



25
26
27
28
29
30
# File 'lib/contrast/agent/reporting/details/ip_denylist_details.rb', line 25

def to_controlled_hash
  {
      ip: ip,
      uuid: uuid
  }
end