module Spidy::Binder
Bind resource received from the connection to the result object
Public Class Methods
get(spidy, value)
click to toggle source
# File lib/spidy/binder.rb, line 50 def self.get(spidy, value) return Caller.new(spidy, const_get(value.to_s.classify)) if name.is_a?(String) || name.is_a?(Symbol) value end