Class: Vantaca::Models::ActionItemNote
- Defined in:
- lib/vantaca/models/action_item_note.rb
Overview
Information about an action item note
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#created_at ⇒ Time
Date and time when this action item was created.
-
#note ⇒ String
Action item note.
-
#step_id ⇒ Integer
Unique identifier for action step.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Vantaca::Models::Base
Instance Method Details
#created_at ⇒ Time
17 |
# File 'lib/vantaca/models/action_item_note.rb', line 17 def created_at = Time.parse(data['created']) |
#note ⇒ String
14 |
# File 'lib/vantaca/models/action_item_note.rb', line 14 def note = data['note'] |
#step_id ⇒ Integer
11 |
# File 'lib/vantaca/models/action_item_note.rb', line 11 def step_id = data['actionStepID'] |