Class: Sfeed::IBlockHandler::CheckBlock_args

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

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

ALBUMID =
1
ALBUMUID =
2
UIDS =
3
FIELDS =
{
  ALBUMID => {:type => ::Thrift::Types::I64, :name => 'albumId'},
  ALBUMUID => {:type => ::Thrift::Types::I64, :name => 'albumUid'},
  UIDS => {:type => ::Thrift::Types::LIST, :name => 'uids', :element => {:type => ::Thrift::Types::I64}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



81
82
# File 'lib/i_block_handler.rb', line 81

def validate
end