lib/hive/messages/job.rb in hive-messages-1.0.5 vs lib/hive/messages/job.rb in hive-messages-1.0.6

- old
+ new

@@ -6,9 +6,10 @@ include Hive::Representers::JobRepresenter attribute :command, String attribute :job_id, Integer attribute :repository, String + attribute :branch, String attribute :execution_directory, String attribute :target, Hash attribute :execution_variables, ExecutionVariables attribute :reservation_details, Hash attribute :device_id, Integer