Class: Google::Reader::Subscription

Inherits:
Base
  • Object
show all
Defined in:
lib/google/reader/subscription.rb

Class Method Summary collapse

Methods inherited from Base

get_entries, get_token, normalize_feed_url, parse, parse_json, user_info

Class Method Details

.allObject



5
6
7
8
9
# File 'lib/google/reader/subscription.rb', line 5

def all
  json_str = get(SUBSCRIPTION_LIST_URL)
  json = parse_json json_str
  json['subscriptions']
end