Class: GrabzIt::ScreenShotStatus
- Inherits:
-
Object
- Object
- GrabzIt::ScreenShotStatus
- Defined in:
- lib/grabzit/screenshotstatus.rb
Overview
Instance Method Summary collapse
-
#cached ⇒ Boolean
If true the screenshot has been cached.
-
#expired ⇒ Boolean
If true the screenshot has expired.
-
#message ⇒ String
Returns any error messages associated with the screenshot.
-
#processing ⇒ Boolean
If true the screenshot is still being processed.
Instance Method Details
#cached ⇒ Boolean
Returns if true the screenshot has been cached.
18 19 20 |
# File 'lib/grabzit/screenshotstatus.rb', line 18 def cached @Cached end |
#expired ⇒ Boolean
Returns if true the screenshot has expired.
22 23 24 |
# File 'lib/grabzit/screenshotstatus.rb', line 22 def expired @Expired end |
#message ⇒ String
Returns any error messages associated with the screenshot
26 27 28 |
# File 'lib/grabzit/screenshotstatus.rb', line 26 def @Message end |
#processing ⇒ Boolean
Returns if true the screenshot is still being processed.
14 15 16 |
# File 'lib/grabzit/screenshotstatus.rb', line 14 def processing @Processing end |