class WorldnetTps::XSD::Error

Attributes

internal_error[R]

<Nokogiri::XML::SyntaxError: Element 'REFUND': Missing child element(s). Expected is ( DATETIME ).>

Public Class Methods

new(error) click to toggle source
Calls superclass method
# File lib/worldnet_tps/xsd.rb, line 7
def initialize(error)
  @internal_error = error
  super(error.to_s)
end