Class: SearchApi::InstagramProfileResult
- Inherits:
-
InstagramProfileResultSchema
- Object
- SearchApi::InstagramProfileResult
- Extended by:
- Forwardable
- Defined in:
- lib/searchapi/instagram_profile_result.rb
Instance Method Summary collapse
Instance Method Details
#success? ⇒ Boolean
112 113 114 |
# File 'lib/searchapi/instagram_profile_result.rb', line 112 def success? self.error.nil? end |