Module: WSDL::XMLSchema::Ref
- Included in:
- Attribute, AttributeGroup, Element, Group
- Defined in:
- lib/wsdl/xmlSchema/ref.rb
Defined Under Namespace
Modules: RefClassSupport
Instance Attribute Summary collapse
-
#ref ⇒ Object
Returns the value of attribute ref.
Class Method Summary collapse
Instance Attribute Details
#ref ⇒ Object
Returns the value of attribute ref.
29 30 31 |
# File 'lib/wsdl/xmlSchema/ref.rb', line 29 def ref @ref end |
Class Method Details
.included(klass) ⇒ Object
15 16 17 |
# File 'lib/wsdl/xmlSchema/ref.rb', line 15 def self.included(klass) klass.extend(RefClassSupport) end |