Class: Sfeed::IBlockHandler::InvalidCache_args

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

Constant Summary collapse

ALBUMID =
1
ALBUMUID =
2
FIELDS =
{
  ALBUMID => {:type => ::Thrift::Types::I64, :name => 'albumId'},
  ALBUMUID => {:type => ::Thrift::Types::I64, :name => 'albumUid'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



115
116
# File 'lib/i_block_handler.rb', line 115

def validate
end