class Jenkins2API::Endpoint::BaseEndpoint

General methods for endpoints

Public Class Methods

new(client) click to toggle source

Stores the Jenkins2API::Client instance

# File lib/endpoints/base_endpoint.rb, line 7
def initialize(client)
  @client = client
end