Sha256: b2a765d27311386a6a6eef11d82bd0b089cc0a34f0531376d99c8f30b2b88699
Contents?: true
Size: 481 Bytes
Versions: 2
Compression:
Stored size: 481 Bytes
Contents
# Automatically generated on 2015-04-26T19:13:29-07:00 # 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.0.3 | generated/stellar/price.rb |
stellar-base-0.0.2 | generated/stellar/price.rb |