Class: Typhoeus::Multi
- Inherits:
-
Object
- Object
- Typhoeus::Multi
- Defined in:
- lib/lazy_resource/ext/typhoeus.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
readonly
Returns the value of attribute active.
-
#running ⇒ Object
readonly
Returns the value of attribute running.
Instance Attribute Details
#active ⇒ Object (readonly)
Returns the value of attribute active.
22 23 24 |
# File 'lib/lazy_resource/ext/typhoeus.rb', line 22 def active @active end |
#running ⇒ Object (readonly)
Returns the value of attribute running.
22 23 24 |
# File 'lib/lazy_resource/ext/typhoeus.rb', line 22 def running @running end |