module WDA::Orientation

Public Instance Methods

get_rotation() click to toggle source
# File lib/wda_lib/orientation.rb, line 15
def get_rotation
  get '/rotation'
end
orientation() click to toggle source
# File lib/wda_lib/orientation.rb, line 7
def orientation
  get '/orientation'
end
set_orientation() click to toggle source
# File lib/wda_lib/orientation.rb, line 11
def set_orientation
  post '/orientation'
end
set_rotation() click to toggle source
# File lib/wda_lib/orientation.rb, line 19
def set_rotation
  post '/rotation'
end