Class: Sfeed::IBlockHandler::CheckBlock_result

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

Constant Summary collapse

SUCCESS =
0
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::BOOL}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



95
# File 'lib/i_block_handler.rb', line 95

def struct_fields; FIELDS; end

#validateObject



97
98
# File 'lib/i_block_handler.rb', line 97

def validate
end