Class: CBR::Dynamic::Collection

Inherits:
Base
  • Object
show all
Defined in:
lib/cbr/dynamic/collection.rb

Instance Method Summary collapse

Methods inherited from Base

#to_hash

Instance Method Details

#[](date) ⇒ Object



8
9
10
# File 'lib/cbr/dynamic/collection.rb', line 8

def [](date)
  valutes.select{|v| v.date == date }.first
end