Class: Jetra::Thrift::Request
- Inherits:
-
Object
- Object
- Jetra::Thrift::Request
- 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_fields ⇒ Object
19 |
# File 'lib/jetra/adapter/thrift/jetra_types.rb', line 19 def struct_fields; FIELDS; end |
#validate ⇒ Object
21 22 |
# File 'lib/jetra/adapter/thrift/jetra_types.rb', line 21 def validate end |