summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf/ruby/qmf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/bindings/qmf/ruby/qmf.rb')
-rw-r--r--cpp/bindings/qmf/ruby/qmf.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/bindings/qmf/ruby/qmf.rb b/cpp/bindings/qmf/ruby/qmf.rb
index a48f2bc788..4a4c863521 100644
--- a/cpp/bindings/qmf/ruby/qmf.rb
+++ b/cpp/bindings/qmf/ruby/qmf.rb
@@ -522,6 +522,10 @@ module Qmf
def exception
@impl.getException
end
+
+ def arguments
+ Arguments.new(@impl.getArgs)
+ end
end
##==============================================================================