class RTM::Auth::GetFrob

Public Class Methods

new() click to toggle source
Calls superclass method RTM::API::new
# File lib/rtmilk/api/auth.rb, line 14
def initialize
   super 'rtm.auth.getFrob'
end

Public Instance Methods

parse_result(result) click to toggle source

return frob

Calls superclass method RTM::API#parse_result
# File lib/rtmilk/api/auth.rb, line 9
def parse_result(result)
   super
   result['frob'].first
end