Class: NetworkProfile::Custom

Inherits:
DefaultProfile show all
Defined in:
lib/network_profile/extractors/custom.rb

Class Method Summary collapse

Methods inherited from DefaultProfile

all_types, auto_extractor_link_types, #data, #extra_data, #image, #initialize, parse, #text, #title

Constructor Details

This class inherits a constructor from NetworkProfile::DefaultProfile

Class Method Details

.handle?(link) ⇒ Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/network_profile/extractors/custom.rb', line 5

def self.handle?(link)
  true
end