Module: Beanstalk
- Extended by:
- Beanstalk
- Included in:
- Beanstalk
- Defined in:
- lib/beanstalk-client/errors.rb,
lib/beanstalk-client.rb,
lib/beanstalk-client/version.rb,
lib/beanstalk-client/connection.rb
Overview
:nodoc:
Defined Under Namespace
Classes: BadFormatError, Connection, DeadlineSoonError, DrainingError, ExpectedCRLFError, InternalError, InvalidTubeName, Job, JobTooBigError, NotConnected, NotFoundError, NotIgnoredError, OutOfMemoryError, Pool, TimedOut, UnexpectedResponse, UnknownCommandError, WaitingForJobError
Constant Summary collapse
- VERSION =
'1.0.3'
Instance Attribute Summary collapse
-
#select ⇒ Object
Returns the value of attribute select.
Instance Attribute Details
#select ⇒ Object
Returns the value of attribute select.
23 24 25 |
# File 'lib/beanstalk-client.rb', line 23 def select @select end |