Class: SearchApi::GoogleNewsPortalResult
- Inherits:
-
GoogleNewsPortalResultSchema
- Object
- SearchApi::GoogleNewsPortalResult
- Extended by:
- Forwardable
- Includes:
- Enumerable
- Defined in:
- lib/searchapi/google_news_portal_result.rb
Instance Method Summary collapse
Instance Method Details
#success? ⇒ Boolean
132 133 134 |
# File 'lib/searchapi/google_news_portal_result.rb', line 132 def success? self.error.nil? end |