Class: Stat::Query::TBackendService::DelDayHotSound_args
- Inherits:
-
Object
- Object
- Stat::Query::TBackendService::DelDayHotSound_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/t_backend_service.rb
Constant Summary collapse
- ID =
1
- TAGNAME =
2
- SOUNDS =
3
- FIELDS =
{ ID => {:type => ::Thrift::Types::I64, :name => 'id'}, TAGNAME => {:type => ::Thrift::Types::STRING, :name => 'tagName'}, SOUNDS => {:type => ::Thrift::Types::LIST, :name => 'sounds', :element => {:type => ::Thrift::Types::I64}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
391 |
# File 'lib/t_backend_service.rb', line 391 def struct_fields; FIELDS; end |
#validate ⇒ Object
393 394 |
# File 'lib/t_backend_service.rb', line 393 def validate end |