module BinaryEdge::Client::Action::IP

Public Instance Methods

ip(target) click to toggle source

Details about an object

@param [String] target target IP address or CIDR up to /24

@return [Hash]

# File lib/binaryedge/clients/actions/ip.rb, line 14
def ip(target)
  _get("/#{base_path}/ip/#{target}") { |json| json }
end