Class: Jetra::Thrift::Service::Call_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/jetra/adapter/thrift/service.rb

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

REQUEST =
1
FIELDS =
{
  REQUEST => {:type => ::Thrift::Types::STRUCT, :name => 'request', :class => ::Jetra::Thrift::Request}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



54
# File 'lib/jetra/adapter/thrift/service.rb', line 54

def struct_fields; FIELDS; end

#validateObject



56
57
# File 'lib/jetra/adapter/thrift/service.rb', line 56

def validate
end