# File lib/core/disposition.rb, line 106 def data if @local @data else Codec::Data.to_object(Cproton.pn_disposition_data(@impl)) end end