Class: Buildkite::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/buildkite/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#orgObject

Returns the value of attribute org.



7
8
9
# File 'lib/buildkite/configuration.rb', line 7

def org
  @org
end

#pipelineObject

Returns the value of attribute pipeline.



8
9
10
# File 'lib/buildkite/configuration.rb', line 8

def pipeline
  @pipeline
end

#tokenObject

Returns the value of attribute token.



6
7
8
# File 'lib/buildkite/configuration.rb', line 6

def token
  @token
end