Class: Stat::Count::Thrift::RemoteSimpleCountCollecter::GetByIdsAndLimit_args

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

Constant Summary collapse

NAME =
1
IDS =
2
LIMIT =
3
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  IDS => {:type => ::Thrift::Types::LIST, :name => 'ids', :element => {:type => ::Thrift::Types::STRING}},
  LIMIT => {:type => ::Thrift::Types::I32, :name => 'limit'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end