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



474
475
476
# File 'lib/autobuild/environment.rb', line 474

def set
  @set
end

#unsetObject

Returns the value of attribute unset

Returns:

  • (Object)

    the current value of unset



474
475
476
# File 'lib/autobuild/environment.rb', line 474

def unset
  @unset
end

#updateObject

Returns the value of attribute update

Returns:

  • (Object)

    the current value of update



474
475
476
# File 'lib/autobuild/environment.rb', line 474

def update
  @update
end