Class: Searchgasm::Modifiers::DayOfMonth
- Inherits:
-
Base
- Object
- Base
- Searchgasm::Modifiers::DayOfMonth
show all
- Defined in:
- lib/searchgasm/modifiers/day_of_month.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/day_of_month.rb', line 5
def modifier_names
super + ["dom"]
end
|
.return_type ⇒ Object
9
10
11
|
# File 'lib/searchgasm/modifiers/day_of_month.rb', line 9
def return_type
:integer
end
|