Class: Dragonfly::JobEndpoint
Instance Attribute Summary (collapse)
- 
  
    
      - (Object) job 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute job.
 
Instance Method Summary (collapse)
- - (Object) call(env = {})
 - 
  
    
      - (JobEndpoint) initialize(job) 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of JobEndpoint.
 - - (Object) inspect
 
Constructor Details
- (JobEndpoint) initialize(job)
Returns a new instance of JobEndpoint
      4 5 6  | 
    
      # File 'lib/dragonfly/job_endpoint.rb', line 4 def initialize(job) @job = job end  | 
  
Instance Attribute Details
- (Object) job (readonly)
Returns the value of attribute job
      12 13 14  | 
    
      # File 'lib/dragonfly/job_endpoint.rb', line 12 def job @job end  |