Class: Command::Env

Inherits:
Struct
  • Object
show all
Defined in:
lib/command/env.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/command/env.rb', line 10

def name
  @name
end

#variableObject

Returns the value of attribute variable

Returns:

  • (Object)

    the current value of variable



10
11
12
# File 'lib/command/env.rb', line 10

def variable
  @variable
end