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