Sha256: b87eb73046bdee2a715bbc313913d769ec60d4f3f25850ed85663f3fa35f964d

Contents?: true

Size: 671 Bytes

Versions: 11

Compression:

Stored size: 671 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 ============================================================
#
#   union InflationResult switch (InflationResultCode code)
#   {
#   case INFLATION_SUCCESS:
#       inflationPayout payouts<>;
#   default:
#       void;
#   };
#
# ===========================================================================
module Stellar
  class InflationResult < XDR::Union
    switch_on InflationResultCode, :code

    switch :inflation_success, :payouts
    switch :default

    attribute :payouts, XDR::VarArray[InflationPayout]
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
stellar-base-0.0.18 generated/stellar/inflation_result.rb
stellar-base-0.0.17 generated/stellar/inflation_result.rb
stellar-base-0.0.16 generated/stellar/inflation_result.rb
stellar-base-0.0.15 generated/stellar/inflation_result.rb
stellar-base-0.0.14 generated/stellar/inflation_result.rb
stellar-base-0.0.13 generated/stellar/inflation_result.rb
stellar-base-0.0.12 generated/stellar/inflation_result.rb
stellar-base-0.0.11 generated/stellar/inflation_result.rb
stellar-base-0.0.10 generated/stellar/inflation_result.rb
stellar-base-0.0.9 generated/stellar/inflation_result.rb
stellar-base-0.0.8 generated/stellar/inflation_result.rb