Class: ThriftFlumeClientServer::PutReports_args
- Inherits:
-
Object
- Object
- ThriftFlumeClientServer::PutReports_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/thrift_flume_client_server.rb
Constant Summary collapse
- REPORTS =
1
- FIELDS =
{ REPORTS => {:type => ::Thrift::Types::MAP, :name => 'reports', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => ThriftFlumeReport}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
385 |
# File 'lib/thrift/thrift_flume_client_server.rb', line 385 def struct_fields; FIELDS; end |
#validate ⇒ Object
387 388 |
# File 'lib/thrift/thrift_flume_client_server.rb', line 387 def validate end |