Class: Tradier::Timesales

Inherits:
Base
  • Object
show all
Defined in:
lib/tradier/timesales.rb

Class Method Summary collapse

Methods inherited from Base

#[], #attr_equal, attr_reader, #attrs, #attrs_equal, #initialize, #update

Constructor Details

This class inherits a constructor from Tradier::Base

Class Method Details

.from_response(body = {}) ⇒ Object



6
7
8
# File 'lib/tradier/timesales.rb', line 6

def self.from_response(body={})
  new(body)
end