Class: Radio::Controls::Null
- Inherits:
-
Object
- Object
- Radio::Controls::Null
- Defined in:
- lib/radio/controls/null.rb
Instance Attribute Summary collapse
-
#lo ⇒ Object
Returns the value of attribute lo.
Instance Method Summary collapse
-
#initialize ⇒ Null
constructor
A new instance of Null.
- #stop ⇒ Object
Constructor Details
#initialize ⇒ Null
Returns a new instance of Null.
22 23 24 |
# File 'lib/radio/controls/null.rb', line 22 def initialize @lo = 0.0 end |
Instance Attribute Details
#lo ⇒ Object
Returns the value of attribute lo.
20 21 22 |
# File 'lib/radio/controls/null.rb', line 20 def lo @lo end |
Instance Method Details
#stop ⇒ Object
26 27 28 |
# File 'lib/radio/controls/null.rb', line 26 def stop #noop end |