Class: SearchApi::GoogleNewsResult

Inherits:
GoogleNewsResultSchema
  • Object
show all
Extended by:
Forwardable
Includes:
Enumerable
Defined in:
lib/searchapi/google_news_result.rb

Instance Method Summary collapse

Instance Method Details

#success?Boolean

Returns:

  • (Boolean)


124
125
126
# File 'lib/searchapi/google_news_result.rb', line 124

def success?
  self.error.nil?
end