Class: Buildkite::Configuration
- Inherits:
-
Object
- Object
- Buildkite::Configuration
- Defined in:
- lib/buildkite/configuration.rb
Instance Attribute Summary collapse
-
#org ⇒ Object
Returns the value of attribute org.
-
#pipeline ⇒ Object
Returns the value of attribute pipeline.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#org ⇒ Object
Returns the value of attribute org.
7 8 9 |
# File 'lib/buildkite/configuration.rb', line 7 def org @org end |
#pipeline ⇒ Object
Returns the value of attribute pipeline.
8 9 10 |
# File 'lib/buildkite/configuration.rb', line 8 def pipeline @pipeline end |
#token ⇒ Object
Returns the value of attribute token.
6 7 8 |
# File 'lib/buildkite/configuration.rb', line 6 def token @token end |