Module: DeviceMap::Properties::Types::Integer

Defined in:
lib/device_map/properties/types.rb

Class Method Summary collapse

Class Method Details

.cast(value) ⇒ Object



5
6
7
# File 'lib/device_map/properties/types.rb', line 5

def self.cast(value)
  value.to_i
end