Class: Stat::Count::Thrift::RemoteSimpleCountCollecter::IncrBy_args

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

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



782
# File 'lib/stat-count-client/thrift/remote_simple_count_collecter.rb', line 782

def struct_fields; FIELDS; end

#validateObject



784
785
# File 'lib/stat-count-client/thrift/remote_simple_count_collecter.rb', line 784

def validate
end