Class: CadenceThrift::Header
- Inherits:
-
Object
- Object
- CadenceThrift::Header
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- FIELDS =
{ FIELDS => {:type => ::Thrift::Types::MAP, :name => 'fields', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING, :binary => true}, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
881 |
# File 'lib/gen/thrift/shared_types.rb', line 881 def struct_fields; FIELDS; end |
#validate ⇒ Object
883 884 |
# File 'lib/gen/thrift/shared_types.rb', line 883 def validate end |