In Files

Parent

Files

Class Index [+]

Quicksearch

Object

Public Instance Methods

instance_variable_get(ivarname) click to toggle source
     # File lib/soap/soap.rb, line 134
134:     def instance_variable_get(ivarname)
135:       instance_eval(ivarname)
136:     end
instance_variable_set(ivarname, value) click to toggle source
     # File lib/soap/soap.rb, line 138
138:     def instance_variable_set(ivarname, value)
139:       instance_eval("#{ivarname} = value")
140:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.