class Tierion::HashApi::HashItem
Public Instance Methods
time()
click to toggle source
# File lib/tierion/hash_api/hash_item.rb, line 11 def time timestamp.is_a?(Integer) ? Time.at(timestamp).utc : nil end
# File lib/tierion/hash_api/hash_item.rb, line 11 def time timestamp.is_a?(Integer) ? Time.at(timestamp).utc : nil end