Sha256: e64c2d687d37ed65916a98c4134fe7eaea2254884539384359da2fb604b5b89d
Contents?: true
Size: 471 Bytes
Versions: 48
Compression:
Stored size: 471 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct Price # { # int32 n; // numerator # int32 d; // denominator # }; # # =========================================================================== module Stellar class Price < XDR::Struct attribute :n, Int32 attribute :d, Int32 end end
Version data entries
48 entries across 48 versions & 3 rubygems