Class: SearchFlip::JSON
- Inherits:
-
Object
- Object
- SearchFlip::JSON
- Defined in:
- lib/search_flip/json.rb
Class Method Summary collapse
Class Method Details
.default_options ⇒ Object
8 9 10 |
# File 'lib/search_flip/json.rb', line 8 def self. end |
.generate(obj) ⇒ Object
12 13 14 |
# File 'lib/search_flip/json.rb', line 12 def self.generate(obj) Oj.dump(obj, ) end |