Sha256: 9f23d02b688b55b58d063cc0291a17976efd2d1c8dfea3aa7b211e574a3734a1

Contents?: true

Size: 963 Bytes

Versions: 28

Compression:

Stored size: 963 Bytes

Contents

#
# Autogenerated by Thrift
#
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
#


module CloudThrift
    class CloudQuery
      include ::Thrift::Struct
      NAME = 1

      ::Thrift::Struct.field_accessor self, :name
      FIELDS = {
        NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}
      }

      def struct_fields; FIELDS; end

      def validate
      end

    end

    class CloudResponse
      include ::Thrift::Struct
      NAME = 1
      COMMAND = 2
      RESPONSE = 3

      ::Thrift::Struct.field_accessor self, :name, :command, :response
      FIELDS = {
        NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
        COMMAND => {:type => ::Thrift::Types::STRING, :name => 'command'},
        RESPONSE => {:type => ::Thrift::Types::LIST, :name => 'response', :element => {:type => ::Thrift::Types::STRING}}
      }

      def struct_fields; FIELDS; end

      def validate
      end

    end

  end

Version data entries

28 entries across 28 versions & 3 rubygems

Version Path
auser-poolparty-1.3.0 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.1 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.10 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.11 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.12 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.13 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.14 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.15 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.16 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.17 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.2 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.3 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.4 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.5 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.6 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.7 lib/proto/gen-rb/poolparty_types.rb
auser-poolparty-1.3.8 lib/proto/gen-rb/poolparty_types.rb
fairchild-poolparty-1.3.17 lib/proto/gen-rb/poolparty_types.rb
fairchild-poolparty-1.3.5 lib/proto/gen-rb/poolparty_types.rb
poolparty-1.3.15 lib/proto/gen-rb/poolparty_types.rb