Method: UniformResourceIdentifier::Host#to_h

Defined in:
lib/uniform_resource_identifier/host.rb

#to_hObject



36
37
38
39
40
41
# File 'lib/uniform_resource_identifier/host.rb', line 36

def to_h
  {
    :subdomain => @subdomain,
    :domain    => @domain.nil? ? nil : @domain.to_h
  }
end