Class WSDL::Operation::NameInfo
In: wsdl/operation.rb
Parent: Object

Methods

new  

Attributes

op_name  [R] 
optype_name  [R] 
parts  [R] 

Public Class methods

[Source]

# File wsdl/operation.rb, line 20
    def initialize(op_name, optype_name, parts)
      @op_name = op_name
      @optype_name = optype_name
      @parts = parts
    end

[Validate]

ruby-doc.org is hosted and run by James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, Arizona. Ruby-doc.org was created in 2002 to promote the Ruby language and to help other Ruby hackers.

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.