Class: Dynflow::Coordinator::ClientWorld

Inherits:
WorldRecord show all
Defined in:
lib/dynflow/coordinator.rb

Constant Summary

Constants inherited from Serializable

Serializable::LEGACY_TIME_FORMAT, Serializable::TIME_FORMAT

Instance Attribute Summary

Attributes inherited from Record

#data

Instance Method Summary collapse

Methods inherited from WorldRecord

#initialize, #meta

Methods inherited from Record

#==, constantize, #from_hash, #hash, #id, #initialize, new_from_hash, #to_hash, #to_s, #validate!

Methods inherited from Serializable

constantize, from_hash, new_from_hash, #to_hash

Constructor Details

This class inherits a constructor from Dynflow::Coordinator::WorldRecord

Instance Method Details

#executor?Boolean

Returns:

  • (Boolean)


120
121
122
# File 'lib/dynflow/coordinator.rb', line 120

def executor?
  false
end