app/models/tda/stock.rb in iron_warbler-2.0.7.9 vs app/models/tda/stock.rb in iron_warbler-2.0.7.10
- old
+ new
@@ -1,8 +1,8 @@
require 'httparty'
-class Tda::Api
+class Tda::Stock
include ::HTTParty
base_uri 'https://api.tdameritrade.com'
## alias
def self.get_quote which
\ No newline at end of file