public Method

SOAPGenerator.encode_name_end(ns, data)

There's no documentation for this item.

Source Code

# File soap/generator.rb, line 150
def encode_name_end(ns, data)
  if element_local?(data)
    data.elename.name
  else
    ns.name(data.elename)
  end
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.