Class: Smartdict::Log
Class Method Summary collapse
-
.fetch(options = {}) ⇒ Array
Options: *
:since
*:till
*:from_lang
*:to_lang
*:driver
*:limit
*:order_desc
*:unique
.
Class Method Details
.fetch(options = {}) ⇒ Array
Options:
-
:since
-
:till
-
:from_lang
-
:to_lang
-
:driver
-
:limit
-
:order_desc
-
:unique
15 16 17 |
# File 'lib/smartdict/log.rb', line 15 def self.fetch( = {}) new().send(:fetch) end |