Class: FetchOperationsResponse
- Inherits:
-
Object
- Object
- FetchOperationsResponse
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- OPERATIONS =
1
- HASNEXT =
2
- FIELDS =
{ OPERATIONS => {:type => ::Thrift::Types::LIST, :name => 'operations', :element => {:type => ::Thrift::Types::STRUCT, :class => ::ThingsOperation}}, HASNEXT => {:type => ::Thrift::Types::BOOL, :name => 'hasNext'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
9075 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9075 def struct_fields; FIELDS; end |
#validate ⇒ Object
9077 9078 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9077 def validate end |