Sha256: 3ca9c86f52bfec6503eab9302d07d99b4d8b0c6ef6bdcd428955e2511c04794e
Contents?: true
Size: 472 Bytes
Versions: 12
Compression:
Stored size: 472 Bytes
Contents
# This code was automatically generated using xdrgen # 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
12 entries across 12 versions & 2 rubygems