Sha256: efdcde463196a172953fd62151e22f770dcdc040ab77af4c205b8fd9a4dd936d
Contents?: true
Size: 493 Bytes
Versions: 11
Compression:
Stored size: 493 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 TimeBounds # { # uint64 minTime; # uint64 maxTime; # }; # # =========================================================================== module Stellar class TimeBounds < XDR::Struct attribute :min_time, Uint64 attribute :max_time, Uint64 end end
Version data entries
11 entries across 11 versions & 1 rubygems