Module: Inch::API::Options
- Defined in:
- lib/inch/api/options/base.rb,
lib/inch/api/options/filter.rb,
lib/inch/api/options/suggest.rb
Defined Under Namespace
Classes: Base, Filter, Suggest
Class Method Summary
collapse
Class Method Details
.Filter(options_or_hash) ⇒ Object
20
21
22
|
# File 'lib/inch/api/options/filter.rb', line 20
def self.Filter(options_or_hash)
Filter.new(options_or_hash)
end
|
.Suggest(options_or_hash) ⇒ Object
31
32
33
|
# File 'lib/inch/api/options/suggest.rb', line 31
def self.Suggest(options_or_hash)
Suggest.new(options_or_hash)
end
|