Class: Jetra::Thrift::Response
- Inherits:
-
Object
- Object
- Jetra::Thrift::Response
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/jetra/adapter/thrift/jetra_types.rb
Constant Summary collapse
- STATUS =
1- BODY =
2- FIELDS =
{ STATUS => {:type => ::Thrift::Types::I32, :name => 'status'}, BODY => {:type => ::Thrift::Types::STRING, :name => 'body'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
37 |
# File 'lib/jetra/adapter/thrift/jetra_types.rb', line 37 def struct_fields; FIELDS; end |
#validate ⇒ Object
39 40 |
# File 'lib/jetra/adapter/thrift/jetra_types.rb', line 39 def validate end |