Class: WiMP::Gen::ClientApiService::GetCategoryAndSubCategories_args

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

Constant Summary collapse

CATEGORYID =
1
DEPTH =
2
SESSIONID =
3
FIELDS =
{
  CATEGORYID => {:type => ::Thrift::Types::I32, :name => 'categoryId'},
  DEPTH => {:type => ::Thrift::Types::I32, :name => 'depth'},
  SESSIONID => {:type => ::Thrift::Types::STRING, :name => 'sessionId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1818
# File 'lib/gen/client_api_service.rb', line 1818

def struct_fields; FIELDS; end

#validateObject



1820
1821
# File 'lib/gen/client_api_service.rb', line 1820

def validate
end