Module: BAWSAQ

Defined in:
lib/bawsaq.rb,
lib/bawsaq/stock.rb,
lib/bawsaq/version.rb,
lib/bawsaq/stock_collection.rb

Defined Under Namespace

Classes: Stock, StockCollection

Constant Summary collapse

URL =
'http://socialclub.rockstargames.com/games/gtav/ajax/stockdetail'
VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.fetch(platform = :ps3) ⇒ Object

TODO: find out how to switch platforms



12
13
14
# File 'lib/bawsaq.rb', line 12

def self.fetch(platform=:ps3)
  StockCollection.parse(Faraday.get(URL).body)
end