Sha256: 1e39d35b77fdb90ac75219bd9a1eb1ccf7d80cea8cfbe39a9e341bf2b7e983d5
Contents?: true
Size: 670 Bytes
Versions: 1
Compression:
Stored size: 670 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # union SurveyResponseBody switch (SurveyMessageCommandType type) # { # case SURVEY_TOPOLOGY: # TopologyResponseBody topologyResponseBody; # }; # # =========================================================================== module Stellar class SurveyResponseBody < XDR::Union switch_on SurveyMessageCommandType, :type switch :survey_topology, :topology_response_body attribute :topology_response_body, TopologyResponseBody end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.22.0 | generated/stellar/survey_response_body.rb |