Class: WsdlMapper::Dom::EnumerationValue

Inherits:
TypeBase
  • Object
show all
Defined in:
lib/wsdl_mapper/dom/enumeration_value.rb

Instance Attribute Summary

Attributes inherited from TypeBase

#documentation, #name

Instance Method Summary (collapse)

Methods inherited from TypeBase

#==, #eql?, #hash, #initialize, to_proc

Constructor Details

This class inherits a constructor from WsdlMapper::Dom::TypeBase

Instance Method Details

- (Object) value



6
7
8
# File 'lib/wsdl_mapper/dom/enumeration_value.rb', line 6

def value
  name
end