Class: Autobuild::Environment::ExportedEnvironment

Inherits:
Struct
  • Object
show all
Defined in:
lib/autobuild/environment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#setObject

Returns the value of attribute set

Returns:

  • (Object)

    the current value of set



477
478
479
# File 'lib/autobuild/environment.rb', line 477

def set
  @set
end

#unsetObject

Returns the value of attribute unset

Returns:

  • (Object)

    the current value of unset



477
478
479
# File 'lib/autobuild/environment.rb', line 477

def unset
  @unset
end

#updateObject

Returns the value of attribute update

Returns:

  • (Object)

    the current value of update



477
478
479
# File 'lib/autobuild/environment.rb', line 477

def update
  @update
end