Sha256: fc62ca704958e425bf692ec3422c11c891973ea4d02b62a18c1fb688292db115
Contents?: true
Size: 472 Bytes
Versions: 17
Compression:
Stored size: 472 Bytes
Contents
module Ecoportal module API class GraphQL module Payload module LocationStructure class CommandExecutionResult < Ecoportal::API::GraphQL::Base::Model embeds_one :command, klass: Ecoportal::API::GraphQL::Payload::LocationStructure::CommandInterface embeds_one :error, klass: Ecoportal::API::GraphQL::Error::LocationsError passboolean :ok end end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems