class Ari::Event
Attributes
application[R]
timestamp[R]
Public Instance Methods
timestamp=(val)
click to toggle source
# File lib/ari/resources/event.rb, line 17 def timestamp=(val) @timestamp ||= Time.parse(val) end