Class: ViewModel::ActiveRecord::Cache::CacheWorker::WorklistEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/view_model/active_record/cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ref_nameObject

Returns the value of attribute ref_name

Returns:

  • (Object)

    the current value of ref_name



107
108
109
# File 'lib/view_model/active_record/cache.rb', line 107

def ref_name
  @ref_name
end

#viewmodelObject

Returns the value of attribute viewmodel

Returns:

  • (Object)

    the current value of viewmodel



107
108
109
# File 'lib/view_model/active_record/cache.rb', line 107

def viewmodel
  @viewmodel
end