class InternetSecurityEvent::Now

Attributes

now[R]

Public Class Methods

new() click to toggle source
# File lib/internet_security_event/now.rb, line 9
def initialize
  @now = Time.at(Time.now.to_i)
end