| Class | WSDL::XMLSchema::SimpleContent |
| In: |
wsdl/xmlSchema/simpleContent.rb
|
| Parent: | Info |
| extension | [R] | |
| restriction | [R] |
# File wsdl/xmlSchema/simpleContent.rb, line 25 def initialize super @restriction = nil @extension = nil end
# File wsdl/xmlSchema/simpleContent.rb, line 39 def parse_element(element) case element when RestrictionName @restriction = SimpleRestriction.new @restriction when ExtensionName @extension = SimpleExtension.new @extension end end
ruby-doc.org is a service of James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, AZ.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.