Class: Stat::Count::Thrift::CountResult
- Inherits:
-
Object
- Object
- Stat::Count::Thrift::CountResult
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/stat-count-client/thrift/collecter_types.rb
Constant Summary collapse
- COUNTRESULTS =
1
- FIELDS =
{ COUNTRESULTS => {:type => ::Thrift::Types::MAP, :name => 'countResults', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::MAP, :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::I64}}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
178 |
# File 'lib/stat-count-client/thrift/collecter_types.rb', line 178 def struct_fields; FIELDS; end |
#validate ⇒ Object
180 181 |
# File 'lib/stat-count-client/thrift/collecter_types.rb', line 180 def validate end |