Class: Alula::Dcp::ValueState
- Inherits:
-
ResourceState
- Object
- ResourceState
- Alula::Dcp::ValueState
- Defined in:
- lib/alula/dcp/resource_state.rb
Instance Attribute Summary
Attributes inherited from ResourceState
Instance Method Summary collapse
-
#initialize(resource) ⇒ ValueState
constructor
A new instance of ValueState.
Methods inherited from ResourceState
#apply_attributes, #model_name
Constructor Details
#initialize(resource) ⇒ ValueState
Returns a new instance of ValueState.
160 161 162 |
# File 'lib/alula/dcp/resource_state.rb', line 160 def initialize(resource) super(resource, 'value') end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Alula::Dcp::ResourceState