Class: Concord::Thrift::ComputationService::BoltProcessRecords_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen-rb/computation_service.rb

Constant Summary collapse

RECORDS =
1
FIELDS =
{
  RECORDS => {:type => ::Thrift::Types::LIST, :name => 'records', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Concord::Thrift::Record}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



231
# File 'lib/gen-rb/computation_service.rb', line 231

def struct_fields; FIELDS; end

#validateObject



233
234
# File 'lib/gen-rb/computation_service.rb', line 233

def validate
end