Sha256: 7b0ced563f1bda84ea867ef362b7531abbe5c6e68642da65d01cc00800026b0f
Contents?: true
Size: 522 Bytes
Versions: 18
Compression:
Stored size: 522 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct TimeBounds # { # TimePoint minTime; # TimePoint maxTime; // 0 here means no maxTime # }; # # =========================================================================== module Stellar class TimeBounds < XDR::Struct attribute :min_time, TimePoint attribute :max_time, TimePoint end end
Version data entries
18 entries across 18 versions & 1 rubygems