autodesk_backburner_client 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,8 +32,12 @@ module Backburner
32
32
  @raw_data.job.job_info.name
33
33
  end
34
34
 
35
+ def handle
36
+ @raw_data.job.job_info.job_handle
37
+ end
38
+
35
39
  def state
36
- @connection.jobstate.get(@raw_data.job.job_info.handle)
40
+ @connection.jobstate.get(handle)
37
41
  case @connection.last_size
38
42
  when 0 then :complete
39
43
  when 1 then :not_started
@@ -1,3 +1,3 @@
1
1
  module Backburner
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autodesk_backburner_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: