struct TLDExtract::Extracted

Defined in:

tldextract.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(subdomain : String, domain : String, suffix : String) #

[View source]

Instance Method Detail

def domain : String #

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

[View source]
def subdomain : String #

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

[View source]
def suffix : String #

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

[View source]