Sha256: b6649e7a0a76c6b4adb42c06b6c2de4d35a8c7361bf07f63df93112e19749527
Contents?: true
Size: 482 Bytes
Versions: 11
Compression:
Stored size: 482 Bytes
Contents
# Automatically generated on 2015-05-13T15:00:04-07:00 # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct Error # { # int code; # string msg<100>; # }; # # =========================================================================== module Stellar class Error < XDR::Struct attribute :code, XDR::Int attribute :msg, XDR::String[100] end end
Version data entries
11 entries across 11 versions & 1 rubygems