lib/ethon/multi/options.rb in ethon-0.13.0 vs lib/ethon/multi/options.rb in ethon-0.14.0

- old
+ new

@@ -7,11 +7,11 @@ module Options # Sets max_total_connections option. # # @example Set max_total_connections option. - # easy.max_total_conections = $value + # multi.max_total_conections = $value # # @param [ String ] value The value to set. # # @return [ void ] def max_total_connections=(value) @@ -19,11 +19,11 @@ end # Sets maxconnects option. # # @example Set maxconnects option. - # easy.maxconnects = $value + # multi.maxconnects = $value # # @param [ String ] value The value to set. # # @return [ void ] def maxconnects=(value) @@ -31,11 +31,11 @@ end # Sets pipelining option. # # @example Set pipelining option. - # easy.pipelining = $value + # multi.pipelining = $value # # @param [ String ] value The value to set. # # @return [ void ] def pipelining=(value) @@ -43,11 +43,11 @@ end # Sets socketdata option. # # @example Set socketdata option. - # easy.socketdata = $value + # multi.socketdata = $value # # @param [ String ] value The value to set. # # @return [ void ] def socketdata=(value) @@ -55,11 +55,11 @@ end # Sets socketfunction option. # # @example Set socketfunction option. - # easy.socketfunction = $value + # multi.socketfunction = $value # # @param [ String ] value The value to set. # # @return [ void ] def socketfunction=(value) @@ -67,11 +67,11 @@ end # Sets timerdata option. # # @example Set timerdata option. - # easy.timerdata = $value + # multi.timerdata = $value # # @param [ String ] value The value to set. # # @return [ void ] def timerdata=(value) @@ -79,10 +79,10 @@ end # Sets timerfunction option. # # @example Set timerfunction option. - # easy.timerfunction = $value + # multi.timerfunction = $value # # @param [ String ] value The value to set. # # @return [ void ] def timerfunction=(value)