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