Class: Sfeed::IBlockHandler::CheckBlock_args
- Inherits:
-
Object
- Object
- Sfeed::IBlockHandler::CheckBlock_args
- 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_fields ⇒ Object
79 |
# File 'lib/i_block_handler.rb', line 79 def struct_fields; FIELDS; end |
#validate ⇒ Object
81 82 |
# File 'lib/i_block_handler.rb', line 81 def validate end |