Method: Cnvrg::Project#get_machines
- Defined in:
- lib/cnvrg/project.rb
#get_machines ⇒ Object
650 651 652 653 654 |
# File 'lib/cnvrg/project.rb', line 650 def get_machines init_machines if @machines.nil? @machines = false if @machines.nil? @machines || [] end |