Class: WSDL::Request::ProcessingInstruction

Inherits:
Data
  • Object
show all
Defined in:
lib/wsdl/request/envelope.rb

Overview

XML processing instruction node.

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



98
99
100
# File 'lib/wsdl/request/envelope.rb', line 98

def content
  @content
end

#targetObject (readonly)

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



98
99
100
# File 'lib/wsdl/request/envelope.rb', line 98

def target
  @target
end