Class: WiMP::Gen::ClientApiService::GetWallPosts_args

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

Constant Summary collapse

PROFILEID =
1
STARTINDEX =
2
OFFSET =
3
SESSONID =
4
FIELDS =
{
  PROFILEID => {:type => ::Thrift::Types::I32, :name => 'profileId'},
  STARTINDEX => {:type => ::Thrift::Types::I32, :name => 'startIndex'},
  OFFSET => {:type => ::Thrift::Types::I32, :name => 'offset'},
  SESSONID => {:type => ::Thrift::Types::STRING, :name => 'sessonId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



2216
2217
# File 'lib/gen/client_api_service.rb', line 2216

def validate
end