Module: Notification
- Defined in:
- lib/framework/autocomplete/Notification.rb
Overview
It is auto-generated content. Do not do required for this file in your application.
Class Method Summary collapse
- .enumerate ⇒ Object
- .enumNotificationsEvent=(argument) ⇒ Object
- .setBeeperDuration=(argument) ⇒ Object
- .setBeeperFrequency=(argument) ⇒ Object
- .setBeeperVolume=(argument) ⇒ Object
- .setEmml(argument) ⇒ Object
- .setLEDNumberOfCycles=(argument) ⇒ Object
- .setLEDOffDuration=(argument) ⇒ Object
- .setLEDOnDuration=(argument) ⇒ Object
- .setVibrateDuration=(argument) ⇒ Object
- .stateCycle=(argument) ⇒ Object
- .stateOff=(argument) ⇒ Object
- .stateOn=(argument) ⇒ Object
Class Method Details
.enumerate ⇒ Object
28 29 |
# File 'lib/framework/autocomplete/Notification.rb', line 28 def self.enumerate end |
.enumNotificationsEvent=(argument) ⇒ Object
30 31 |
# File 'lib/framework/autocomplete/Notification.rb', line 30 def self.enumNotificationsEvent=(argument) end |
.setBeeperDuration=(argument) ⇒ Object
18 19 |
# File 'lib/framework/autocomplete/Notification.rb', line 18 def self.setBeeperDuration=(argument) end |
.setBeeperFrequency=(argument) ⇒ Object
14 15 |
# File 'lib/framework/autocomplete/Notification.rb', line 14 def self.setBeeperFrequency=(argument) end |
.setBeeperVolume=(argument) ⇒ Object
16 17 |
# File 'lib/framework/autocomplete/Notification.rb', line 16 def self.setBeeperVolume=(argument) end |
.setEmml(argument) ⇒ Object
32 33 |
# File 'lib/framework/autocomplete/Notification.rb', line 32 def self.setEmml(argument) end |
.setLEDNumberOfCycles=(argument) ⇒ Object
12 13 |
# File 'lib/framework/autocomplete/Notification.rb', line 12 def self.setLEDNumberOfCycles=(argument) end |
.setLEDOffDuration=(argument) ⇒ Object
10 11 |
# File 'lib/framework/autocomplete/Notification.rb', line 10 def self.setLEDOffDuration=(argument) end |
.setLEDOnDuration=(argument) ⇒ Object
8 9 |
# File 'lib/framework/autocomplete/Notification.rb', line 8 def self.setLEDOnDuration=(argument) end |
.setVibrateDuration=(argument) ⇒ Object
20 21 |
# File 'lib/framework/autocomplete/Notification.rb', line 20 def self.setVibrateDuration=(argument) end |
.stateCycle=(argument) ⇒ Object
26 27 |
# File 'lib/framework/autocomplete/Notification.rb', line 26 def self.stateCycle=(argument) end |
.stateOff=(argument) ⇒ Object
24 25 |
# File 'lib/framework/autocomplete/Notification.rb', line 24 def self.stateOff=(argument) end |
.stateOn=(argument) ⇒ Object
22 23 |
# File 'lib/framework/autocomplete/Notification.rb', line 22 def self.stateOn=(argument) end |