Class: SearchApi::InstagramProfileResult

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

Instance Method Summary collapse

Instance Method Details

#success?Boolean

Returns:

  • (Boolean)


112
113
114
# File 'lib/searchapi/instagram_profile_result.rb', line 112

def success?
  self.error.nil?
end