In Files

  • benchmark/bm_ao_render.rb

Parent

Ray

Public Class Methods

new(org, dir) click to toggle source
 
               # File benchmark/bm_ao_render.rb, line 142
def initialize(org, dir)
  @org = org
  @dir = dir
end
            

Public Instance Methods

dir() click to toggle source
 
               # File benchmark/bm_ao_render.rb, line 149
def dir; @dir; end
            
dir=(v) click to toggle source
 
               # File benchmark/bm_ao_render.rb, line 150
def dir=(v); @dir = v; end
            
org() click to toggle source
 
               # File benchmark/bm_ao_render.rb, line 147
def org; @org; end
            
org=(v) click to toggle source
 
               # File benchmark/bm_ao_render.rb, line 148
def org=(v); @org = v; end