class Thermostat
Attributes
heating[RW]
Public Class Methods
new(heating)
click to toggle source
# File lib/thermostat.rb, line 7 def initialize(heating) @heating = heating end