Class: Stratify::Gowalla::Collector

Inherits:
Collector
  • Object
show all
Defined in:
lib/stratify-gowalla/collector.rb

Instance Method Summary collapse

Instance Method Details

#activitiesObject



11
12
13
# File 'lib/stratify-gowalla/collector.rb', line 11

def activities
  query.activities
end

#queryObject



15
16
17
# File 'lib/stratify-gowalla/collector.rb', line 15

def query
  Stratify::Gowalla::Query.new(username, password)
end