From 68f0a6faee3ba7d359ea0e48229cda1faba1f421 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Tue, 11 Jan 2011 17:58:04 +0000 Subject: Exposed asMap for DataAddr objects in Pyton and Ruby wrappers. Enhanced the examples to show the passing of a DataAddr in an argument. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1057774 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bindings/qmf2/ruby/qmf2.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/bindings/qmf2/ruby') diff --git a/cpp/bindings/qmf2/ruby/qmf2.rb b/cpp/bindings/qmf2/ruby/qmf2.rb index 65cc695c45..86ba72cc0b 100644 --- a/cpp/bindings/qmf2/ruby/qmf2.rb +++ b/cpp/bindings/qmf2/ruby/qmf2.rb @@ -404,6 +404,7 @@ module Qmf2 return @impl == other.impl end + def as_map() @impl.asMap end def agent_name() @impl.getAgentName end def name() @impl.getName end def agent_epoch() @impl.getAgentEpoch end -- cgit v1.2.1