struct IPGeolocation::IPAddress

Defined in:

ip_geolocation/ip_address.cr

Constant Summary

IPV4_REGEX = /^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/

Constructors

Instance Method Summary

Constructor Detail

def self.new(address : String) #

[View source]

Instance Method Detail

def address : String #

[View source]
def address=(address : String) #

[View source]
def to_u32 #

[View source]