Sha256: ff6602427c31b94b97ba909d8b02349277f8b97a78b3829c8a1a09239ba6b674
Contents?: true
Size: 341 Bytes
Versions: 7
Compression:
Stored size: 341 Bytes
Contents
require_relative 'base' module Yardi module Error # Raised when a Yardi response contains error message, which can mean that # we are missing a required node in the XML we send them. In this case, the # response contains two message nodes, both of which have the same content. class ErrorResponse < Base end end end
Version data entries
7 entries across 7 versions & 1 rubygems