Sha256: 8b49c9c8b109946d5b6e72987e80db6c5bb82b5b2c164be361e74071d1d83f3b

Contents?: true

Size: 386 Bytes

Versions: 7

Compression:

Stored size: 386 Bytes

Contents

# frozen_string_literal: true

module CloudParty
  module Responses
    # Response Node
    #
    # This module is to be first ancestor of each node's response objects.
    #
    # This being in some way a Permissions class is to be
    # formed as CloudParty::Responses::Node::Permissions
    # instead of CloudParty::Responses::ENDPOINT::Permissions
    module Node
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cloud_party-0.1.7 lib/cloud_party/responses/nodes.rb
cloud_party-0.1.6 lib/cloud_party/responses/nodes.rb
cloud_party-0.1.5 lib/cloud_party/responses/nodes.rb
cloud_party-0.1.4 lib/cloud_party/responses/nodes.rb
cloud_party-0.1.3 lib/cloud_party/responses/nodes.rb
cloud_party-0.1.2 lib/cloud_party/responses/nodes.rb
cloud_party-0.1.1 lib/cloud_party/responses/nodes.rb