Class: WSDL::Request::Attribute
- Inherits:
-
Data
- Object
- Data
- WSDL::Request::Attribute
- Defined in:
- lib/wsdl/request/envelope.rb
Overview
Element attribute.
Instance Attribute Summary collapse
-
#local_name ⇒ Object
readonly
Returns the value of attribute local_name.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#namespace_uri ⇒ Object
readonly
Returns the value of attribute namespace_uri.
-
#prefix ⇒ Object
readonly
Returns the value of attribute prefix.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#local_name ⇒ Object (readonly)
Returns the value of attribute local_name
101 102 103 |
# File 'lib/wsdl/request/envelope.rb', line 101 def local_name @local_name end |
#name ⇒ Object (readonly)
Returns the value of attribute name
101 102 103 |
# File 'lib/wsdl/request/envelope.rb', line 101 def name @name end |
#namespace_uri ⇒ Object (readonly)
Returns the value of attribute namespace_uri
101 102 103 |
# File 'lib/wsdl/request/envelope.rb', line 101 def namespace_uri @namespace_uri end |
#prefix ⇒ Object (readonly)
Returns the value of attribute prefix
101 102 103 |
# File 'lib/wsdl/request/envelope.rb', line 101 def prefix @prefix end |
#value ⇒ Object (readonly)
Returns the value of attribute value
101 102 103 |
# File 'lib/wsdl/request/envelope.rb', line 101 def value @value end |