Class: OperatorRecordable::CurrentAttributesStore

Inherits:
Object
  • Object
show all
Defined in:
lib/operator_recordable/store/current_attributes_store.rb

Defined Under Namespace

Classes: Current

Instance Method Summary collapse

Instance Method Details

#[](key) ⇒ Object



20
21
22
# File 'lib/operator_recordable/store/current_attributes_store.rb', line 20

def [](key)
  Current[key]
end

#[]=(key, value) ⇒ Object



24
25
26
# File 'lib/operator_recordable/store/current_attributes_store.rb', line 24

def []=(key, value)
  Current[key] = value
end