Module: WDA::Orientation
- Included in:
- WDA
- Defined in:
- lib/wda_lib/orientation.rb
Instance Method Summary collapse
Instance Method Details
#get_rotation ⇒ Object
15 16 17 |
# File 'lib/wda_lib/orientation.rb', line 15 def get_rotation get @base_url + '/rotation' end |
#orientation ⇒ Object
7 8 9 |
# File 'lib/wda_lib/orientation.rb', line 7 def orientation get @base_url + '/orientation' end |
#set_orientation ⇒ Object
11 12 13 |
# File 'lib/wda_lib/orientation.rb', line 11 def set_orientation post @base_url + '/orientation' end |
#set_rotation ⇒ Object
19 20 21 |
# File 'lib/wda_lib/orientation.rb', line 19 def set_rotation post @base_url + '/rotation' end |