Class: Alula::Dcp::ValueState

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) ⇒ 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