Class: FetchOperationsResponse

Inherits:
Object
  • Object
show all
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_fieldsObject



5570
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5570

def struct_fields; FIELDS; end

#validateObject



5572
5573
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5572

def validate
end