Class: MoveToGo::Comment
- Inherits:
-
History
- Object
- CanBecomeImmutable
- History
- MoveToGo::Comment
- Defined in:
- lib/move-to-go/model/comment.rb
Instance Attribute Summary
Attributes inherited from History
#classification, #created_by, #deal, #organization, #person, #text
Instance Method Summary collapse
-
#initialize(opt = nil) ⇒ Comment
constructor
A new instance of Comment.
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) ⇒ Comment
Returns a new instance of Comment.
4 5 6 7 8 |
# File 'lib/move-to-go/model/comment.rb', line 4 def initialize(opt = nil) super(opt) @classification = HistoryClassification::Comment end |