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



382
383
384
# File 'lib/mxup/config.rb', line 382

def command
  @command
end

#commandsObject

Returns the value of attribute commands

Returns:

  • (Object)

    the current value of commands



382
383
384
# File 'lib/mxup/config.rb', line 382

def commands
  @commands
end

#envObject

Returns the value of attribute env

Returns:

  • (Object)

    the current value of env



382
383
384
# File 'lib/mxup/config.rb', line 382

def env
  @env
end

#live_envObject

Returns the value of attribute live_env

Returns:

  • (Object)

    the current value of live_env



382
383
384
# File 'lib/mxup/config.rb', line 382

def live_env
  @live_env
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



382
383
384
# File 'lib/mxup/config.rb', line 382

def name
  @name
end

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



382
383
384
# File 'lib/mxup/config.rb', line 382

def root
  @root
end

#wait_forObject

Returns the value of attribute wait_for

Returns:

  • (Object)

    the current value of wait_for



382
383
384
# File 'lib/mxup/config.rb', line 382

def wait_for
  @wait_for
end