Class: Stat::Count::Thrift::QueryUnit

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end