Class: QueueJob::Message

Inherits:
Object
  • Object
show all
Defined in:
app/jobs/queue_job.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



6
7
8
# File 'app/jobs/queue_job.rb', line 6

def body
  @body
end

#h1Object

Returns the value of attribute h1.



6
7
8
# File 'app/jobs/queue_job.rb', line 6

def h1
  @h1
end

#h2Object

Returns the value of attribute h2.



6
7
8
# File 'app/jobs/queue_job.rb', line 6

def h2
  @h2
end