Sha256: 6718c6798008de6981627864c0fc86ac3c17adffbabf92273142d6b62c86a091
Contents?: true
Size: 472 Bytes
Versions: 3
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 ============================================================ # # enum LotBranch { # AGRICULTURE = 1, # LIVESTOCK = 2 # }; # # =========================================================================== module Stellar class LotBranch < XDR::Enum member :agriculture, 1 member :livestock, 2 seal end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
auction-ruby-base-0.1.3 | generated/stellar/lot_branch.rb |
auction-ruby-base-0.1.2 | generated/stellar/lot_branch.rb |
auction-ruby-base-0.1.1 | generated/stellar/lot_branch.rb |