lib/whatser/resources/follow.rb in whatser-0.4.0 vs lib/whatser/resources/follow.rb in whatser-0.5.0
- old
+ new
@@ -1,9 +1,9 @@
module Whatser
class Follow < Whatser::Resource
attr_accessor :id
attr_accessor :name,:avatar_pic,:location
- attr_accessor :promoted,:premium,:collections_count
+ attr_accessor :promoted,:collections_count
attr_accessor :following,:followed,:foaf_count,:foaf
class << self
def list(opts={})
api_request :get, "/api/follows", {:query => opts}
\ No newline at end of file