Module: Jenkins::Model::EnvironmentProxy::EnvironmentWrapper
- Included in:
- DefaultEnvironment
- Defined in:
- lib/jenkins/model/environment_proxy.rb
Instance Attribute Summary collapse
-
#impl ⇒ Object
Returns the value of attribute impl.
-
#plugin ⇒ Object
Returns the value of attribute plugin.
Instance Method Summary collapse
Instance Attribute Details
#impl ⇒ Object
Returns the value of attribute impl.
34 35 36 |
# File 'lib/jenkins/model/environment_proxy.rb', line 34 def impl @impl end |
#plugin ⇒ Object
Returns the value of attribute plugin.
34 35 36 |
# File 'lib/jenkins/model/environment_proxy.rb', line 34 def plugin @plugin end |