Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add title attr_accessor on Jobs #7

Merged
merged 1 commit into from
Jun 27, 2013
Merged

Conversation

nathanstitt
Copy link
Collaborator

The title is how print jobs are listed as in the print queue. This allows setting it
to something useful for identifying jobs in case they need to be
paused/canceled

I'm writing a thin REST api service on top of cups and using your library to submit and list the status of jobs. The only problem I've ran into was that all the jobs appeared in the queue as "rCups". This should fix that.

Let me know if you'd like it reworked in some way, I'd be happy to do so.

The title is how print jobs are listed as in the print queue.  This allows setting it
to something useful for identifying jobs in case they need to be
paused/canceled
@m0wfo
Copy link
Owner

m0wfo commented Jun 27, 2013

Cool, looks good- thanks a lot for the contribution!

m0wfo added a commit that referenced this pull request Jun 27, 2013
Add title attr_accessor on Jobs
@m0wfo m0wfo merged commit 65f2c58 into m0wfo:master Jun 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants