Class: WiMP::Gen::ClientApiService::GetCategories_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
SESSIONID =
2
STARTINDEX =
3
LIMIT =
4
FIELDS =
{
  CATEGORYID => {:type => ::Thrift::Types::I32, :name => 'categoryId'},
  SESSIONID => {:type => ::Thrift::Types::STRING, :name => 'sessionId'},
  STARTINDEX => {:type => ::Thrift::Types::I32, :name => 'startIndex'},
  LIMIT => {:type => ::Thrift::Types::I32, :name => 'limit'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1784
1785
# File 'lib/gen/client_api_service.rb', line 1784

def validate
end