Class: LinkChecker::Net::HTTP::Checker
- Extended by:
- Config
- Defined in:
- lib/ruby-link-checker/net/http/checker.rb
Constant Summary
Constants included from Config
LinkChecker::Net::HTTP::Config::ATTRIBUTES
Constants included from Config
Instance Attribute Summary
Attributes inherited from Checker
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Checker
constructor
A new instance of Checker.
Methods included from Config
Methods inherited from Checker
Methods included from Callbacks
#callbacks, #delegates, #method_missing, #on
Methods included from Config
Constructor Details
#initialize(options = {}) ⇒ Checker
Returns a new instance of Checker.
21 22 23 24 25 26 |
# File 'lib/ruby-link-checker/net/http/checker.rb', line 21 def initialize( = {}) LinkChecker::Net::HTTP::Config::ATTRIBUTES.each do |key| send("#{key}=", [key] || LinkChecker::Net::HTTP::Config.send(key)) end super end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class LinkChecker::Callbacks