Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #391 (closed enhancement: fixed)

Opened 10 months ago

Last modified 10 months ago

group support

Reported by: nahi Assigned to: nahi
Priority: normal Milestone: 1.5.8
Component: wsdl4r Version: 1.5
Keywords: Cc:

Description

class Book
  def author
    @group.author
  end

  def author=(author)
    @group.author = author
  end

  def initialize
    @group = Group.new
  end
end

?

Change History

07/22/07 09:50:08 changed by nahi

  • milestone changed from undefined to 1.5.8.

07/23/07 23:53:19 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1906]) * added <xsd:group> support. closes #391.