Class: Alula::Dcp::StagedState
- Inherits:
-
ResourceState
- Object
- ResourceState
- Alula::Dcp::StagedState
- Defined in:
- lib/alula/dcp/resource_state.rb
Instance Attribute Summary
Attributes inherited from ResourceState
Instance Method Summary collapse
-
#initialize(resource) ⇒ StagedState
constructor
A new instance of StagedState.
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