Sha256: 43d067a03ee28191c8690fada8d53fd69015b9c4cdbcbeb350823fd56a6a3fac

Contents?: true

Size: 520 Bytes

Versions: 32

Compression:

Stored size: 520 Bytes

Contents

# This code was automatically generated using xdrgen
# DO NOT EDIT or your changes may be overwritten

require 'xdr'

# === xdr source ============================================================
#
#   union SCPHistoryEntry switch (int v)
#   {
#   case 0:
#       SCPHistoryEntryV0 v0;
#   };
#
# ===========================================================================
module Stellar
  class SCPHistoryEntry < XDR::Union
    switch_on XDR::Int, :v

    switch 0, :v0

    attribute :v0, SCPHistoryEntryV0
  end
end

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
stellar-base-0.32.0 generated/stellar/scp_history_entry.rb
stellar-base-0.31.0 generated/stellar/scp_history_entry.rb
stellar-base-0.30.0 generated/stellar/scp_history_entry.rb
stellar-base-0.29.0 generated/stellar/scp_history_entry.rb
stellar-base-0.28.0 generated/stellar/scp_history_entry.rb
stellar-base-0.27.0 generated/stellar/scp_history_entry.rb
stellar-base-0.26.0 generated/stellar/scp_history_entry.rb
stellar-base-0.25.0 generated/stellar/scp_history_entry.rb
stellar-base-0.24.0 generated/stellar/scp_history_entry.rb
stellar-base-0.24.0.pre.1 generated/stellar/scp_history_entry.rb
stellar-base-0.23.1 generated/stellar/scp_history_entry.rb
stellar-base-0.23.0 generated/stellar/scp_history_entry.rb
stellar-base-0.23.0.rc2 generated/stellar/scp_history_entry.rb
stellar-base-0.23.0.rc1 generated/stellar/scp_history_entry.rb
stellar-base-0.23.0.pre1 generated/stellar/scp_history_entry.rb
stellar-base-0.22.0 generated/stellar/scp_history_entry.rb
stellar-base-0.21.0 generated/stellar/scp_history_entry.rb
stellar-base-0.20.0 generated/stellar/scp_history_entry.rb
stellar-base-0.19.0 generated/stellar/scp_history_entry.rb
stellar-base-0.18.0 generated/stellar/scp_history_entry.rb