lib/appium_lib/ios/xcuitest/command/pasteboard.rb in appium_lib-9.8.1 vs lib/appium_lib/ios/xcuitest/command/pasteboard.rb in appium_lib-9.8.2
- old
+ new
@@ -1,8 +1,8 @@
module Appium
module Ios
module Xcuitest
- module Command
+ module PasteBoard
# @param [string] content The content of the pasteboard. The previous content is going to be overridden.
# The parameter is mandatory
# @option opts [string] :encoding Encoding of the given content. UTF-8 by default.
#
# ```ruby