Class: ComposeEnv::InputParser::Options
- Inherits:
-
Struct
- Object
- Struct
- ComposeEnv::InputParser::Options
- Defined in:
- lib/compose_env/input_parser.rb
Instance Attribute Summary collapse
-
#envs ⇒ Object
Returns the value of attribute envs.
-
#file ⇒ Object
Returns the value of attribute file.
Instance Attribute Details
#envs ⇒ Object
Returns the value of attribute envs
8 9 10 |
# File 'lib/compose_env/input_parser.rb', line 8 def envs @envs end |
#file ⇒ Object
Returns the value of attribute file
8 9 10 |
# File 'lib/compose_env/input_parser.rb', line 8 def file @file end |