Class: Wco::OfficeActionTemplateTie

Inherits:
Object
  • Object
show all
Includes:
Mongoid::Document, Mongoid::Timestamps
Defined in:
app/models/wco/office_action_template_tie.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#to_deleteObject

Returns the value of attribute to_delete.



7
8
9
# File 'app/models/wco/office_action_template_tie.rb', line 7

def to_delete
  @to_delete
end

Instance Method Details

#next_tmplObject



13
# File 'app/models/wco/office_action_template_tie.rb', line 13

def next_tmpl; next_office_action_template; end

#tmplObject



10
# File 'app/models/wco/office_action_template_tie.rb', line 10

def tmpl; office_action_template; end