Method: Azure::Profiles::Latest::Face::FaceDataClass#method_missing
- Defined in:
- lib/latest/modules/face_profile_module.rb
#method_missing(method, *args) ⇒ Object
108 109 110 111 112 113 114 |
# File 'lib/latest/modules/face_profile_module.rb', line 108 def method_missing(method, *args) if @client_0.respond_to?method @client_0.send(method, *args) else super end end |