class EtherClient::Model::WorkerHistoricalStatistic
Public Class Methods
all(datas)
click to toggle source
# File lib/etherclient/models/worker/historical_statistic.rb, line 7 def self.all(datas) datas.map do |data| self.new(data) end end
new(data)
click to toggle source
# File lib/etherclient/models/worker/historical_statistic.rb, line 3 def initialize(data) attrs data end