Class: Command::Env
- Inherits:
-
Struct
- Object
- Struct
- Command::Env
- Defined in:
- lib/command/env.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#variable ⇒ Object
Returns the value of attribute variable.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/command/env.rb', line 10 def name @name end |
#variable ⇒ Object
Returns the value of attribute variable
10 11 12 |
# File 'lib/command/env.rb', line 10 def variable @variable end |