Class: ModuleAggregationResponse
- Inherits:
-
Object
- Object
- ModuleAggregationResponse
- 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
- MODULES =
1
- ETAG =
2
- REFRESHTIMESEC =
3
- FIELDS =
{ MODULES => {:type => ::Thrift::Types::LIST, :name => 'modules', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Module}}, ETAG => {:type => ::Thrift::Types::STRING, :name => 'etag'}, REFRESHTIMESEC => {:type => ::Thrift::Types::I32, :name => 'refreshTimeSec'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
12873 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12873 def struct_fields; FIELDS; end |
#validate ⇒ Object
12875 12876 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12875 def validate end |