README.markdown in flixcloud-flix_cloud-gem-0.5.3 vs README.markdown in flixcloud-flix_cloud-gem-0.5.4
- old
+ new
@@ -45,10 +45,11 @@
:recipe_id => 1,
:input_url => 'http://url/to/your/input/file',
:output_url => 'ftp://url/to/your/output/file',
:output_user => 'username-for-ftp-here',
:output_password => 'password-for-ftp-here',
- :watermark_url => 's3://url/to/your/watermark/file')
+ :watermark_url => 's3://url/to/your/watermark/file',
+ :thumbnails_url => 's3://url/to/your/thumbnail-out-file')
job.valid? # true or false
job.save # true or false
job.id # returns the id of the saved job, or nil if it failed to save
job.initialized_at # returns the time the job was created, or nil if it failed to save