Class: Sekken::WSDL::Input

Inherits:
Object
  • Object
show all
Defined in:
lib/sekken/wsdl/input_output.rb

Direct Known Subclasses

Output

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(binding_operation, port_type_operation, wsdl) ⇒ Input

Returns a new instance of Input.



6
7
8
9
10
11
12
# File 'lib/sekken/wsdl/input_output.rb', line 6

def initialize(binding_operation, port_type_operation, wsdl)
  @binding_operation = binding_operation
  @port_type_operation = port_type_operation
  @wsdl = wsdl

  build_parts
end

Instance Attribute Details

#body_partsObject (readonly)

Public: Returns the body part Elements.



18
19
20
# File 'lib/sekken/wsdl/input_output.rb', line 18

def body_parts
  @body_parts
end

#header_partsObject (readonly)

Public: Returns the header part Elements.



15
16
17
# File 'lib/sekken/wsdl/input_output.rb', line 15

def header_parts
  @header_parts
end