Class: Dynflow::Coordinator::ClientWorld
- Inherits:
 - 
      WorldRecord
      
        
- Object
 - Serializable
 - Record
 - WorldRecord
 - Dynflow::Coordinator::ClientWorld
 
 
- 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
Instance Method Summary collapse
Methods inherited from WorldRecord
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
      120 121 122  | 
    
      # File 'lib/dynflow/coordinator.rb', line 120 def executor? false end  |