Repository URL to install this package:
|
Version:
0.6.2 ▾
|
module Lobbyist
class WorkflowSystem < Lobbyist::Base
attr_accessor :id, :name, :version, :status, :database_name, :access_type
attr_accessor :assembly_location, :assembly_version, :created_at, :updated_at
def self.list(params = {})
create_collection_from_response(get("/v1/workflow_systems.json", params))
end
end
end