Class: WSDL::Request::Attribute

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

Overview

Element attribute.

Instance Attribute Summary collapse

Instance Attribute Details

#local_nameObject (readonly)

Returns the value of attribute local_name

Returns:

  • the current value of local_name



101
102
103
# File 'lib/wsdl/request/envelope.rb', line 101

def local_name
  @local_name
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • the current value of name



101
102
103
# File 'lib/wsdl/request/envelope.rb', line 101

def name
  @name
end

#namespace_uriObject (readonly)

Returns the value of attribute namespace_uri

Returns:

  • the current value of namespace_uri



101
102
103
# File 'lib/wsdl/request/envelope.rb', line 101

def namespace_uri
  @namespace_uri
end

#prefixObject (readonly)

Returns the value of attribute prefix

Returns:

  • the current value of prefix



101
102
103
# File 'lib/wsdl/request/envelope.rb', line 101

def prefix
  @prefix
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • the current value of value



101
102
103
# File 'lib/wsdl/request/envelope.rb', line 101

def value
  @value
end