Class: SOAP::RPC::SOAPVoid
Overview
To return(?) void explicitly.
def foo(input_var)
...
return SOAP::RPC::SOAPVoid.new
end
Constant Summary collapse
- Name =
XSD::QName.new(Mapping::RubyCustomTypeNamespace, nil)
Constants included from SOAP
AttrActor, AttrArrayType, AttrArrayTypeName, AttrEncodingStyle, AttrEncodingStyleName, AttrMustUnderstand, AttrMustUnderstandName, AttrOffset, AttrOffsetName, AttrPosition, AttrPositionName, AttrRoot, AttrRootName, Base64Literal, EleBody, EleBodyName, EleEnvelope, EleEnvelopeName, EleFault, EleFaultActor, EleFaultActorName, EleFaultCode, EleFaultCodeName, EleFaultDetail, EleFaultDetailName, EleFaultName, EleFaultString, EleFaultStringName, EleHeader, EleHeaderName, EncodingNamespace, EnvelopeNamespace, LiteralNamespace, MediaType, NextActor, PropertyName, SOAPNamespaceTag, TypeMap, VERSION, ValueArray, ValueArrayName, XSDNamespaceTag, XSINamespaceTag
Instance Attribute Summary
Attributes included from SOAPType
#definedtype, #elename, #encodingstyle, #extraattr, #id, #parent, #position, #precedents, #root
Instance Method Summary collapse
-
#initialize ⇒ SOAPVoid
constructor
A new instance of SOAPVoid.
Methods included from SOAPModuleUtils
Methods included from SOAPType
Constructor Details
#initialize ⇒ SOAPVoid
Returns a new instance of SOAPVoid.
315 316 317 318 319 320 |
# File 'lib/soap/rpc/element.rb', line 315 def initialize() @elename = Name @id = nil @precedents = [] @parent = nil end |