Class: Stat::Count::Thrift::DateCount

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/stat-count-client/thrift/collecter_types.rb

Constant Summary collapse

COUNTS =
1
FIELDS =
{
  COUNTS => {:type => ::Thrift::Types::MAP, :name => 'counts', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::LIST, :element => {:type => ::Thrift::Types::STRUCT, :class => ::Stat::Count::Thrift::DateCountUnit}}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



90
# File 'lib/stat-count-client/thrift/collecter_types.rb', line 90

def struct_fields; FIELDS; end

#validateObject



92
93
# File 'lib/stat-count-client/thrift/collecter_types.rb', line 92

def validate
end