Sha256: 791146a4a3c8d87f866c8f8126c1ac9d50b26af0b5af684e9c1181c50f555375
Contents?: true
Size: 495 Bytes
Versions: 7
Compression:
Stored size: 495 Bytes
Contents
module AdaptivePayments class ErrorData < JsonModel attribute :id, Integer, :param => "errorId" attribute :domain, String, :param => "domain" attribute :subdomain, String, :param => "subdomain" attribute :severity, String, :param => "severity" attribute :category, String, :param => "category" attribute :message, String, :param => "message" attribute :parameters, Array, :param => "parameter", :default => lambda { |m, a| [] } end end
Version data entries
7 entries across 7 versions & 2 rubygems