Class: Alula::Dcp::StagedState

Inherits:
ResourceState show all
Defined in:
lib/alula/dcp/resource_state.rb

Instance Attribute Summary

Attributes inherited from ResourceState

#key

Instance Method Summary collapse

Methods inherited from ResourceState

#apply_attributes, #model_name

Constructor Details

#initialize(resource) ⇒ StagedState

Returns a new instance of StagedState.



155
156
157
# File 'lib/alula/dcp/resource_state.rb', line 155

def initialize(resource)
  super(resource, 'staged')
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Alula::Dcp::ResourceState