Class: Mxup::Window
- Inherits:
-
Struct
- Object
- Struct
- Mxup::Window
- Defined in:
- lib/mxup/config.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#env ⇒ Object
Returns the value of attribute env.
-
#name ⇒ Object
Returns the value of attribute name.
-
#root ⇒ Object
Returns the value of attribute root.
-
#wait_for ⇒ Object
Returns the value of attribute wait_for.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
206 207 208 |
# File 'lib/mxup/config.rb', line 206 def command @command end |
#env ⇒ Object
Returns the value of attribute env
206 207 208 |
# File 'lib/mxup/config.rb', line 206 def env @env end |
#name ⇒ Object
Returns the value of attribute name
206 207 208 |
# File 'lib/mxup/config.rb', line 206 def name @name end |
#root ⇒ Object
Returns the value of attribute root
206 207 208 |
# File 'lib/mxup/config.rb', line 206 def root @root end |
#wait_for ⇒ Object
Returns the value of attribute wait_for
206 207 208 |
# File 'lib/mxup/config.rb', line 206 def wait_for @wait_for end |