class Bitso::Transactions
adding in methods to pull the last public trades list
Attributes
amount[RW]
date[RW]
price[RW]
tid[RW]
Public Class Methods
from_api()
click to toggle source
# File lib/bitso/transactions.rb, line 32 def self.from_api Bitso::Helper.parse_objects! Bitso::Net::get("/transactions").to_str, self end