class TMP::InstanceDSL

Public Class Methods

new(path_string) click to toggle source
# File lib/tmp/deprecated/init.rb, line 25
def initialize path_string
  target_obj InstanceCore.new( path_string )
end

Public Instance Methods

tmp_class_instance_object() click to toggle source
# File lib/tmp/deprecated/init.rb, line 34
def tmp_class_instance_object
  target_obj
end