Class: Stat::Count::Thrift::CountUnit

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
FIELDS =
{
  ID => {:type => ::Thrift::Types::STRING, :name => 'id'},
  COUNT => {:type => ::Thrift::Types::I32, :name => 'count'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end