Class: Stat::Query::TDiscoverService::SelectMobileHumanCategory_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/t_discover_service.rb

Constant Summary collapse

VERSION =
1
DEVICE =
2
SCALE =
3
FIELDS =
{
  VERSION => {:type => ::Thrift::Types::I32, :name => 'version'},
  DEVICE => {:type => ::Thrift::Types::STRING, :name => 'device'},
  SCALE => {:type => ::Thrift::Types::I32, :name => 'scale'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



612
# File 'lib/t_discover_service.rb', line 612

def struct_fields; FIELDS; end

#validateObject



614
615
# File 'lib/t_discover_service.rb', line 614

def validate
end