Class: HistoryEntry

Inherits:
LogicalModel
  • Object
show all
Defined in:
app/models/history_entry.rb

Instance Method Summary collapse

Instance Method Details

#contact_idObject



15
16
17
# File 'app/models/history_entry.rb', line 15

def contact_id
  self.historiable_id
end

#idObject



19
20
21
# File 'app/models/history_entry.rb', line 19

def id
  self._id
end

#id=(value) ⇒ Object



23
24
25
# File 'app/models/history_entry.rb', line 23

def id=(value)
  self._id = value
end