Class: Stat::Count::Thrift::QueryDateUnit

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
FROMDATE =
3
TODATE =
4
FIELDS =
{
  ID => {:type => ::Thrift::Types::STRING, :name => 'id'},
  LIMIT => {:type => ::Thrift::Types::I32, :name => 'limit'},
  FROMDATE => {:type => ::Thrift::Types::I64, :name => 'fromDate'},
  TODATE => {:type => ::Thrift::Types::I64, :name => 'toDate'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end