summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf2/ruby
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-01-11 17:58:04 +0000
committerTed Ross <tross@apache.org>2011-01-11 17:58:04 +0000
commit68f0a6faee3ba7d359ea0e48229cda1faba1f421 (patch)
tree07a3cd6efff4123c6e0b62e9cf99cb92967a14b0 /cpp/bindings/qmf2/ruby
parenta3fa590892df1c668409a3ef468b74838e873832 (diff)
downloadqpid-python-68f0a6faee3ba7d359ea0e48229cda1faba1f421.tar.gz
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
Diffstat (limited to 'cpp/bindings/qmf2/ruby')
-rw-r--r--cpp/bindings/qmf2/ruby/qmf2.rb1
1 files changed, 1 insertions, 0 deletions
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