Class: SearchApi::GoogleNewsResult
- Inherits:
-
GoogleNewsResultSchema
- Object
- SearchApi::GoogleNewsResult
- Extended by:
- Forwardable
- Includes:
- Enumerable
- Defined in:
- lib/searchapi/google_news_result.rb
Instance Method Summary collapse
Instance Method Details
#success? ⇒ Boolean
124 125 126 |
# File 'lib/searchapi/google_news_result.rb', line 124 def success? self.error.nil? end |