Class: Autobuild::Environment::ExportedEnvironment
- Inherits:
-
Struct
- Object
- Struct
- Autobuild::Environment::ExportedEnvironment
- Defined in:
- lib/autobuild/environment.rb
Instance Attribute Summary collapse
-
#set ⇒ Object
Returns the value of attribute set.
-
#unset ⇒ Object
Returns the value of attribute unset.
-
#update ⇒ Object
Returns the value of attribute update.
Instance Attribute Details
#set ⇒ Object
Returns the value of attribute set
477 478 479 |
# File 'lib/autobuild/environment.rb', line 477 def set @set end |
#unset ⇒ Object
Returns the value of attribute unset
477 478 479 |
# File 'lib/autobuild/environment.rb', line 477 def unset @unset end |
#update ⇒ Object
Returns the value of attribute update
477 478 479 |
# File 'lib/autobuild/environment.rb', line 477 def update @update end |