Method: Flor::Pro::Push#receive_non_att
- Defined in:
- lib/flor/pcore/push.rb
#receive_non_att ⇒ Object
46 47 48 49 50 51 52 53 54 55 |
# File 'lib/flor/pcore/push.rb', line 46 def receive_non_att if ! @node['arr'] @node['arr'] = payload['ret'] else @node['val'] = payload['ret'] end super end |