class Flor::Pro::TypeOf
Public Instance Methods
pre_execute()
click to toggle source
# File lib/flor/pcore/type_of.rb, line 24 def pre_execute @node['ret'] = receive_payload_ret unatt_unkeyed_children end
receive_last()
click to toggle source
# File lib/flor/pcore/type_of.rb, line 33 def receive_last wrap('ret' => Flor.type(@node['ret']).to_s) end
receive_payload_ret()
click to toggle source
# File lib/flor/pcore/type_of.rb, line 31 def receive_payload_ret; payload['ret']; end