lib/osc/machete/job.rb in osc-machete-2.0.0.pre1 vs lib/osc/machete/job.rb in osc-machete-2.0.0.pre2

- old
+ new

@@ -54,10 +54,10 @@ # @return [String, nil] the PBS job id, or nil if not set # @!attribute [r] script_path # @return [String, nil] path of the job script, or nil if not set # class OSC::Machete::Job - attr_reader :pbsid, :script_path, :account_string + attr_reader :pbsid, :script_path, :account_string, :host class << self # set this to change the billable account that is used by default attr_accessor :default_account_string end