class Croudia::TrendResults
Public Instance Methods
as_of()
click to toggle source
@return [Time]
# File lib/croudia/trend_results.rb, line 20 def as_of @as_of ||= Time.parse(@attrs['as_of']) end
@return [Time]
# File lib/croudia/trend_results.rb, line 20 def as_of @as_of ||= Time.parse(@attrs['as_of']) end