Module: Dcmgr::Models::ArchiveChangedColumn::ClassMethods
- Defined in:
- lib/dcmgr/models/base_new.rb
Instance Method Summary collapse
Instance Method Details
#history_dataset ⇒ Object
336 337 338 |
# File 'lib/dcmgr/models/base_new.rb', line 336 def history_dataset @history_ds end |
#history_dataset=(ds) ⇒ Object
332 333 334 |
# File 'lib/dcmgr/models/base_new.rb', line 332 def history_dataset=(ds) @history_ds = ds end |