Class: Mxup::Window

Inherits:
Struct
  • Object
show all
Defined in:
lib/mxup/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



206
207
208
# File 'lib/mxup/config.rb', line 206

def command
  @command
end

#envObject

Returns the value of attribute env

Returns:

  • (Object)

    the current value of env



206
207
208
# File 'lib/mxup/config.rb', line 206

def env
  @env
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



206
207
208
# File 'lib/mxup/config.rb', line 206

def name
  @name
end

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



206
207
208
# File 'lib/mxup/config.rb', line 206

def root
  @root
end

#wait_forObject

Returns the value of attribute wait_for

Returns:

  • (Object)

    the current value of wait_for



206
207
208
# File 'lib/mxup/config.rb', line 206

def wait_for
  @wait_for
end