Class: WSDL::Request::Comment

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

Overview

XML comment node.

Instance Attribute Summary collapse

Instance Attribute Details

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



95
96
97
# File 'lib/wsdl/request/envelope.rb', line 95

def text
  @text
end