class RTM::Lists::GetList
Public Class Methods
new(token)
click to toggle source
Calls superclass method
RTM::API::new
# File lib/rtmilk/api/lists.rb, line 52 def initialize(token) super 'rtm.lists.getList', token end
Public Instance Methods
parse_result(result)
click to toggle source
return [name, smart, filter?, id, archived, deleted, position, locked]*
Calls superclass method
RTM::API#parse_result
# File lib/rtmilk/api/lists.rb, line 47 def parse_result(result) super result['lists'].first['list'] end