Class: NRSER::Props::Immutable::HashVariable::Base

Inherits:
Object
  • Object
show all
Includes:
NRSER::Props::Immutable::HashVariable
Defined in:
lib/nrser/props/immutable/hash_variable.rb

Overview

TODO:

document NRSER::Props::Immutable::HashVariable::Base module.

Constant Summary

Constants included from NRSER::Props::Immutable::HashVariable

INSTANCE_VARIABLE_STORAGE, KEY_STORAGE

Instance Method Summary collapse

Methods included from NRSER::Props::Immutable::HashVariable

included, #initialize_props

Constructor Details

#initialize(values = {}) ⇒ Base

Returns a new instance of Base.



78
79
80
# File 'lib/nrser/props/immutable/hash_variable.rb', line 78

def initialize values = {}
  initialize_props values
end