Class: CadenceThrift::BadBinaryInfo

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb

Constant Summary collapse

REASON =
10
OPERATOR =
20
CREATEDTIMENANO =
30
FIELDS =
{
  REASON => {:type => ::Thrift::Types::STRING, :name => 'reason', :optional => true},
  OPERATOR => {:type => ::Thrift::Types::STRING, :name => 'operator', :optional => true},
  CREATEDTIMENANO => {:type => ::Thrift::Types::I64, :name => 'createdTimeNano', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2876
# File 'lib/gen/thrift/shared_types.rb', line 2876

def struct_fields; FIELDS; end

#validateObject



2878
2879
# File 'lib/gen/thrift/shared_types.rb', line 2878

def validate
end