Module: Rock::Bundles::Scripts

Defined in:
lib/rock/bundles.rb

Class Attribute Summary collapse

Class Attribute Details

.gdbObject

Returns the value of attribute gdb



557
558
559
# File 'lib/rock/bundles.rb', line 557

def gdb
  @gdb
end

.gdb_optionsObject

Returns the value of attribute gdb_options



558
559
560
# File 'lib/rock/bundles.rb', line 558

def gdb_options
  @gdb_options
end

.gdb_portObject

Returns the value of attribute gdb_port



559
560
561
# File 'lib/rock/bundles.rb', line 559

def gdb_port
  @gdb_port
end

.valgrindObject

Returns the value of attribute valgrind



560
561
562
# File 'lib/rock/bundles.rb', line 560

def valgrind
  @valgrind
end

.valgrind_optionsObject

Returns the value of attribute valgrind_options



561
562
563
# File 'lib/rock/bundles.rb', line 561

def valgrind_options
  @valgrind_options
end

.waitObject

Returns the value of attribute wait



562
563
564
# File 'lib/rock/bundles.rb', line 562

def wait
  @wait
end