Class: CloudThrift::CommandInterface::Run_command_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct
Defined in:
lib/proto/gen-rb/command_interface.rb

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

CLD =
1
COMMAND =
2
ARGLIST =
3
FIELDS =
{
  CLD => {:type => ::Thrift::Types::STRUCT, :name => 'cld', :class => CloudThrift::CloudQuery},
  COMMAND => {:type => ::Thrift::Types::STRING, :name => 'command'},
  ARGLIST => {:type => ::Thrift::Types::LIST, :name => 'arglist', :element => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



59
# File 'lib/proto/gen-rb/command_interface.rb', line 59

def struct_fields; FIELDS; end

#validateObject



61
62
# File 'lib/proto/gen-rb/command_interface.rb', line 61

def validate
end