Class: Waterfall::Thrift::WaterfallService::NextId_result

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/waterfall/client/thrift/waterfall_service.rb

Constant Summary collapse

SUCCESS =
0
FIELDS =
{
    SUCCESS => {:type => ::Thrift::Types::I64, :name => 'success'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



72
73
74
# File 'lib/waterfall/client/thrift/waterfall_service.rb', line 72

def struct_fields;
  FIELDS;
end

#validateObject



76
77
# File 'lib/waterfall/client/thrift/waterfall_service.rb', line 76

def validate
end