class WsdlMapper::Dom::Validator::Error

Attributes

element[R]
msg[R]

Public Class Methods

new(element, msg) click to toggle source
# File lib/wsdl_mapper/dom/validator.rb, line 10
def initialize(element, msg)
  @element = element
  @msg = msg
end