Class: Stat::Count::Thrift::DateCountUnit

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

Constant Summary collapse

ID =
1
COUNT =
2
TIMEMILLS =
3
FIELDS =
{
  ID => {:type => ::Thrift::Types::STRING, :name => 'id'},
  COUNT => {:type => ::Thrift::Types::I32, :name => 'count'},
  TIMEMILLS => {:type => ::Thrift::Types::I64, :name => 'timeMills'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end