Class: Passport::Thrift::PageUid

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

Constant Summary collapse

PAGEID =
1
PAGESIZE =
2
MAXPAGEID =
3
TOTALCOUNT =
4
DATA =
5
FIELDS =
{
  PAGEID => {:type => ::Thrift::Types::I32, :name => 'pageId'},
  PAGESIZE => {:type => ::Thrift::Types::I32, :name => 'pageSize'},
  MAXPAGEID => {:type => ::Thrift::Types::I32, :name => 'maxPageId'},
  TOTALCOUNT => {:type => ::Thrift::Types::I32, :name => 'totalCount'},
  DATA => {:type => ::Thrift::Types::LIST, :name => 'data', :element => {:type => ::Thrift::Types::I64}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



535
# File 'lib/remote_passport_types.rb', line 535

def struct_fields; FIELDS; end

#validateObject



537
538
# File 'lib/remote_passport_types.rb', line 537

def validate
end