Class: Jenkins2API::Endpoint::BaseEndpoint

Inherits:
Object
  • Object
show all
Defined in:
lib/endpoints/base_endpoint.rb

Overview

General methods for endpoints

Direct Known Subclasses

Artifact, Build, Configuration, Job, Node

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ BaseEndpoint

Stores the Jenkins2API::Client instance



7
8
9
# File 'lib/endpoints/base_endpoint.rb', line 7

def initialize(client)
  @client = client
end