class Kielce::KielceDataAnalyzer
Access KielceData
instance variables. (We don't want public accessors on the KielceData
object because the name we choose may potentially conflict with user data.)
Public Class Methods
data(obj)
click to toggle source
# File lib/kielce/kielce_data.rb, line 40 def data(obj) obj.instance_eval { @xx_kielce_data } end
name(obj)
click to toggle source
# File lib/kielce/kielce_data.rb, line 36 def name(obj) obj.instance_eval { @xx_kielce_obj_name } end
root(obj)
click to toggle source
# File lib/kielce/kielce_data.rb, line 32 def root(obj) obj.instance_eval { @xx_kielce_root } end