Sha256: 0557446204970fbc67b944742ae011971cd2460de4e6f0638262e9cb70f6b859
Contents?: true
Size: 299 Bytes
Versions: 1
Compression:
Stored size: 299 Bytes
Contents
module Vedeu class CommandRepository extend Repository class << self def by_keypress(input) query(entity, :keypress, input) end def by_keyword(input) query(entity, :keyword, input) end def entity Command end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.0.21 | lib/vedeu/repository/command_repository.rb |