Class: SearchApi::GoogleNewsPortalResult

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

Instance Method Summary collapse

Instance Method Details

#success?Boolean

Returns:

  • (Boolean)


132
133
134
# File 'lib/searchapi/google_news_portal_result.rb', line 132

def success?
  self.error.nil?
end