Class: SearchApi::YouTubeSearchResult

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

Instance Method Summary collapse

Instance Method Details

#success?Boolean



406
407
408
# File 'lib/searchapi/youtube_search_result.rb', line 406

def success?
  self.error.nil?
end