Class: SearchApi::TikTokProfileResult

Inherits:
TikTokProfileResultSchema
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/searchapi/tiktok_profile_result.rb

Instance Method Summary collapse

Instance Method Details

#success?Boolean



66
67
68
# File 'lib/searchapi/tiktok_profile_result.rb', line 66

def success?
  self.error.nil?
end