Class: MoveToGo::TalkedTo
- Inherits:
-
History
- Object
- CanBecomeImmutable
- History
- MoveToGo::TalkedTo
- Defined in:
- lib/move-to-go/model/talkedto.rb
Instance Attribute Summary
Attributes inherited from History
#classification, #created_by, #deal, #organization, #person, #text
Instance Method Summary collapse
-
#initialize(opt = nil) ⇒ TalkedTo
constructor
A new instance of TalkedTo.
Methods inherited from History
#date, #date=, #get_import_rows, #id, #integration_id, #serialize_name, #serialize_variables, #validate
Methods included from SerializeHelper
#get_import_rows, #serialize, #serialize_to_file
Methods inherited from CanBecomeImmutable
immutable_accessor, #is_immutable, #raise_if_immutable, #set_is_immutable
Constructor Details
#initialize(opt = nil) ⇒ TalkedTo
Returns a new instance of TalkedTo.
4 5 6 7 8 |
# File 'lib/move-to-go/model/talkedto.rb', line 4 def initialize(opt = nil) super(opt) @classification = HistoryClassification::TalkedTo end |