Class: Jetra::Thrift::Request

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

Constant Summary collapse

ROUTE =
1
PARAMS =
2
FIELDS =
{
  ROUTE => {:type => ::Thrift::Types::STRING, :name => 'route'},
  PARAMS => {:type => ::Thrift::Types::STRING, :name => 'params'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



19
# File 'lib/jetra/adapter/thrift/jetra_types.rb', line 19

def struct_fields; FIELDS; end

#validateObject



21
22
# File 'lib/jetra/adapter/thrift/jetra_types.rb', line 21

def validate
end