class Censys::Search::IPv4

Public Instance Methods

ip() click to toggle source
# File lib/censys/search/ipv4.rb, line 11
def ip
  @attributes['ip']
end
Also aliased as: to_s, to_str
protocols() click to toggle source
# File lib/censys/search/ipv4.rb, line 15
def protocols
  @attributes['protocols']
end
to_s()
Alias for: ip
to_str()
Alias for: ip