Class: Pangea::State

Inherits:
Object
  • Object
show all
Defined in:
lib/pangea-orchestrator/state.rb

Overview

Base state management class

Direct Known Subclasses

LocalState, S3State

Instance Method Summary collapse

Constructor Details

#initializeState

Returns a new instance of State.



7
8
9
# File 'lib/pangea-orchestrator/state.rb', line 7

def initialize
  # Initialize common state if needed.
end