Class: Gorillib::Factory::UrlFactory

Inherits:
ConvertingFactory show all
Defined in:
lib/gorillib/type/url.rb

Instance Method Summary collapse

Methods inherited from ConvertingFactory

#receive

Methods inherited from BaseFactory

blankish?, #blankish?, #initialize, #native?, native?, #receive, typename, #typename

Constructor Details

This class inherits a constructor from Gorillib::Factory::BaseFactory

Instance Method Details

#convert(obj) ⇒ Object



8
# File 'lib/gorillib/type/url.rb', line 8

def convert(obj)      product.parse(obj) ; end