Module: Canql::Nodes::AllOrNoneActionsNode

Defined in:
lib/canql/nodes/e_base_records.rb

Instance Method Summary collapse

Instance Method Details

#meta_data_itemObject



36
37
38
39
40
# File 'lib/canql/nodes/e_base_records.rb', line 36

def 
  subject = reverse_scan_for_marker(:subject) == 'mother' ? '.mother' : ''
  action_type = all_or_none_action_type.text_value.upcase.strip
  { "action#{subject}.actioninitiated" => { Canql::ALL => action_type == 'AN OUTSTANDING' } }
end