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

Class Method Summary collapse

Instance Attribute Details

#refObject

Returns the value of attribute ref.



28
29
30
# File 'lib/wsdl/xmlSchema/ref.rb', line 28

def ref
  @ref
end

Class Method Details

.included(klass) ⇒ Object



14
15
16
# File 'lib/wsdl/xmlSchema/ref.rb', line 14

def self.included(klass)
  klass.extend(RefClassSupport)
end