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