method

referent

v1_8_6_287 - Show latest stable - Class: SOAP::Property
referent(ary)
private

No documentation available.

# File lib/soap/property.rb, line 229
  def referent(ary)
    ary[0..-2].inject(self) { |ref, name|
      ref.deref_key(to_key(name))
    }.local_referent(to_key(ary.last))
  end