Class: SearchFlip::Result

Inherits:
Hashie::Mash
  • Object
show all
Defined in:
lib/search_flip/result.rb

Overview

The SearchFlip::Result class basically is a hash wrapper that uses Hashie::Mash to provide convenient method access to the hash attributes.

Class Method Summary collapse

Class Method Details

.disable_warnings?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/search_flip/result.rb', line 7

def self.disable_warnings?
  true
end