Class: Stratify::Rhapsody::Collector

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

Instance Method Summary collapse

Instance Method Details

#activitiesObject



20
21
22
# File 'lib/stratify-rhapsody/collector.rb', line 20

def activities
  query.activities
end

#queryObject



24
25
26
# File 'lib/stratify-rhapsody/collector.rb', line 24

def query
  Stratify::Rhapsody::Query.new(rss_url)
end