class LastbillClient::JobWorkflowsRequest
@author ciappa_m@modulotech.fr Request
the list of job workflows for the current user. @see LastbillClient::Request
@see LastbillClient::Utils::FinalRequest
@see LastbillClient::Utils::AuthentifiedRequest
@see LastbillClient::Utils::ListRequest
@since 0.1.0
Public Class Methods
new()
click to toggle source
Calls superclass method
LastbillClient::Utils::ListRequest::new
# File lib/lastbill_client/request/requests/job_workflows_request.rb, line 15 def initialize super(:get, "api/job_workflows") end