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
465 466 467 |
# File 'lib/autobuild/environment.rb', line 465 def set @set end |
#unset ⇒ Object
Returns the value of attribute unset
465 466 467 |
# File 'lib/autobuild/environment.rb', line 465 def unset @unset end |
#update ⇒ Object
Returns the value of attribute update
465 466 467 |
# File 'lib/autobuild/environment.rb', line 465 def update @update end |