Class: Rubycc::Rmake::Executor::SimpleCommand

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubycc/rmake/executor.rb

Overview

One simple command: leading VAR=value assignments, the argv words and the redirections that apply to it.

Instance Attribute Summary collapse

Instance Attribute Details

#argvObject

Returns the value of attribute argv

Returns:

  • (Object)

    the current value of argv



60
61
62
# File 'lib/rubycc/rmake/executor.rb', line 60

def argv
  @argv
end

#assignmentsObject

Returns the value of attribute assignments

Returns:

  • (Object)

    the current value of assignments



60
61
62
# File 'lib/rubycc/rmake/executor.rb', line 60

def assignments
  @assignments
end

#redirectionsObject

Returns the value of attribute redirections

Returns:

  • (Object)

    the current value of redirections



60
61
62
# File 'lib/rubycc/rmake/executor.rb', line 60

def redirections
  @redirections
end