Module: Disposable::Twin::Sync::SkipGetter

Defined in:
lib/disposable/twin/sync.rb

Overview

Include this won’t use the getter #title in #sync but read directly from @fields.

Instance Method Summary collapse

Instance Method Details

#sync_read(dfn) ⇒ Object



122
123
124
# File 'lib/disposable/twin/sync.rb', line 122

def sync_read(dfn)
  @fields[dfn.name]
end