diff options
Diffstat (limited to 'cpp/bindings/qmf2/ruby/qmf2.rb')
| -rw-r--r-- | cpp/bindings/qmf2/ruby/qmf2.rb | 1 |
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 |
