class RTM::Timeline

Public Class Methods

new(token) click to toggle source
# File lib/rtmilk/api/timelines.rb, line 21
def initialize(token)
   @timeline = RTM::Timelines::Create.new(token).invoke
end

Public Instance Methods

length() click to toggle source
# File lib/rtmilk/api/timelines.rb, line 29
def length
   @timeline.length
end
to_s() click to toggle source
# File lib/rtmilk/api/timelines.rb, line 25
def to_s
   @timeline
end