Class: Amazon::Coral::Job
Instance Method Summary collapse
-
#initialize(request) ⇒ Job
constructor
A new instance of Job.
-
#reply ⇒ Object
Returns the hash of reply attributes.
-
#request ⇒ Object
Returns the hash of request attributes.
Constructor Details
#initialize(request) ⇒ Job
Returns a new instance of Job.
8 9 10 11 |
# File 'lib/amazon/coral/job.rb', line 8 def initialize(request) @request = request @reply = {} end |