Module: Timer
- Defined in:
- lib/framework/autocomplete/Timer.rb
Overview
It is auto-generated content. Do not do required for this file in your application.
Class Method Summary collapse
- .interval=(argument) ⇒ Object
- .setEmml(argument) ⇒ Object
- .start ⇒ Object
- .stop ⇒ Object
- .timeout=(argument) ⇒ Object
Class Method Details
.interval=(argument) ⇒ Object
8 9 |
# File 'lib/framework/autocomplete/Timer.rb', line 8 def self.interval=(argument) end |
.setEmml(argument) ⇒ Object
16 17 |
# File 'lib/framework/autocomplete/Timer.rb', line 16 def self.setEmml(argument) end |
.start ⇒ Object
10 11 |
# File 'lib/framework/autocomplete/Timer.rb', line 10 def self.start end |
.stop ⇒ Object
12 13 |
# File 'lib/framework/autocomplete/Timer.rb', line 12 def self.stop end |
.timeout=(argument) ⇒ Object
14 15 |
# File 'lib/framework/autocomplete/Timer.rb', line 14 def self.timeout=(argument) end |