class EmuPower::Notifications::TimeCluster
Begin notification objects
Attributes
local_time[RW]
utc_time[RW]
Public Instance Methods
build(hash)
click to toggle source
# File lib/emu_power/notifications.rb, line 120 def build(hash) self.utc_time = parse_timestamp('UTCTime') self.local_time = parse_timestamp('LocalTime') end