Class: Sfeed::EventResult
- Inherits:
-
Object
- Object
- Sfeed::EventResult
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/sfeed_types.rb
Constant Summary collapse
- TOTALSIZE =
1
- EVENTS =
2
- FIELDS =
{ TOTALSIZE => {:type => ::Thrift::Types::I32, :name => 'totalSize'}, EVENTS => {:type => ::Thrift::Types::LIST, :name => 'events', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Sfeed::MergeEvent}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
165 |
# File 'lib/sfeed_types.rb', line 165 def struct_fields; FIELDS; end |
#validate ⇒ Object
167 168 |
# File 'lib/sfeed_types.rb', line 167 def validate end |