Job

class fabman.job.Job(requester: Requester, attributes: dict)

Simple object for handling Jobs. No methods are currently available for Jobs

Initialize the Object. Stores the requester method to interact with the API for further calls

Parameters:
  • requester (Requester) – The Requester object to make requests with

  • attributes (dict) – The attributes to initialize this object with