Class: CommonTools::Generator

Inherits:
Object
  • Object
show all
Defined in:
lib/common_tools.rb

Class Method Summary collapse

Class Method Details

.get_batch(batch_id) ⇒ Object



10
11
12
13
# File 'lib/common_tools.rb', line 10

def self.get_batch(batch_id)
  batch= DataFetcher.new(batch_id).get_roster
  Parser.parse_roster(batch)
end