Class: Vantaca::Models::ActionItemNote

Inherits:
Base
  • Object
show all
Defined in:
lib/vantaca/models/action_item_note.rb

Overview

Information about an action item note

Instance Attribute Summary

Attributes inherited from Base

#data

Instance Method Summary collapse

Methods inherited from Base

#[], #dig, #initialize

Constructor Details

This class inherits a constructor from Vantaca::Models::Base

Instance Method Details

#created_atTime



17
# File 'lib/vantaca/models/action_item_note.rb', line 17

def created_at = Time.parse(data['created'])

#noteString



14
# File 'lib/vantaca/models/action_item_note.rb', line 14

def note = data['note']

#step_idInteger



11
# File 'lib/vantaca/models/action_item_note.rb', line 11

def step_id = data['actionStepID']