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.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpp/bindings/qmf/ruby/qmf.rb b/cpp/bindings/qmf/ruby/qmf.rb
index cb41fd8891..e50d23a0e0 100644
--- a/cpp/bindings/qmf/ruby/qmf.rb
+++ b/cpp/bindings/qmf/ruby/qmf.rb
@@ -979,6 +979,18 @@ module Qmf
def name
@impl.getClassKey.getClassName
end
+
+ def class_key
+ SchemaClassKey.new(@impl.getClassKey)
+ end
+
+ def package_name
+ @impl.getClassKey.getPackageName
+ end
+
+ def class_name
+ @impl.getClassKey.getClassName
+ end
end
##==============================================================================