Class: ModuleAggregationResponseV2
- Inherits:
-
Object
- Object
- ModuleAggregationResponseV2
- 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
- FIXEDMODULES =
1
- ETAG =
2
- REFRESHTIMESEC =
3
- RECOMMENDEDMODULES =
4
- FIELDS =
{ FIXEDMODULES => {:type => ::Thrift::Types::LIST, :name => 'fixedModules', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Module}}, ETAG => {:type => ::Thrift::Types::STRING, :name => 'etag'}, REFRESHTIMESEC => {:type => ::Thrift::Types::I32, :name => 'refreshTimeSec'}, RECOMMENDEDMODULES => {:type => ::Thrift::Types::LIST, :name => 'recommendedModules', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Module}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
12819 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12819 def struct_fields; FIELDS; end |
#validate ⇒ Object
12821 12822 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12821 def validate end |