Class: ScreenshotLayer::CaptureResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/screenshot_capture.rb

Constant Summary collapse

SUCCESS_EXPR =
'success'
INFO_EXPR =
'info'
INFO_MESSAGE_SUCCESS_EXPORT =
'An attempt has been submitted to upload your screenshot to the given path. Please be aware that this process may take up to 1 minute to complete, and there will not be any system notifications in case your upload failed.'
INFO_MESSAGE_SUCCESS_FILENAME =
'The Screenshot file has been saved to your local file system.'

Instance Method Summary collapse

Instance Method Details

#barObject



158
159
160
161
162
163
# File 'lib/screenshot_capture.rb', line 158

def bar
  SUCCESS_EXPR
  INFO_EXPR
  INFO_MESSAGE_SUCCESS_EXPORT
  INFO_MESSAGE_SUCCESS_FILENAME
end