Method: QPush::Server::Apis::Base#initialize
- Defined in:
- lib/qpush/server/apis.rb
#initialize(job) ⇒ Base
Returns a new instance of Base.
12 13 14 |
# File 'lib/qpush/server/apis.rb', line 12 def initialize(job) @job = job end |
Returns a new instance of Base.
12 13 14 |
# File 'lib/qpush/server/apis.rb', line 12 def initialize(job) @job = job end |