Class: Searchgasm::Modifiers::Second
- Defined in:
- lib/searchgasm/modifiers/second.rb
Class Method Summary collapse
Methods inherited from Base
adapter_method_name, modifier_name
Class Method Details
.modifier_names ⇒ Object
5 6 7 |
# File 'lib/searchgasm/modifiers/second.rb', line 5 def modifier_names super + ["sec"] end |
.return_type ⇒ Object
9 10 11 |
# File 'lib/searchgasm/modifiers/second.rb', line 9 def return_type :integer end |