Class: Stat::Count::Thrift::RemoteSimpleCountCollecter::DecrByWithDate_args
- Inherits:
-
Object
- Object
- Stat::Count::Thrift::RemoteSimpleCountCollecter::DecrByWithDate_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/stat-count-client/thrift/remote_simple_count_collecter.rb
Constant Summary collapse
- NAME =
1
- ID =
2
- COUNT =
3
- DATE =
4
- FIELDS =
{ NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}, ID => {:type => ::Thrift::Types::STRING, :name => 'id'}, COUNT => {:type => ::Thrift::Types::I32, :name => 'count'}, DATE => {:type => ::Thrift::Types::I64, :name => 'date'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1002 |
# File 'lib/stat-count-client/thrift/remote_simple_count_collecter.rb', line 1002 def struct_fields; FIELDS; end |
#validate ⇒ Object
1004 1005 |
# File 'lib/stat-count-client/thrift/remote_simple_count_collecter.rb', line 1004 def validate end |