Class: Profile::Thrift::PageUid
- Inherits:
-
Object
- Object
- Profile::Thrift::PageUid
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_profile_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_fields ⇒ Object
291 |
# File 'lib/remote_profile_types.rb', line 291 def struct_fields; FIELDS; end |
#validate ⇒ Object
293 294 |
# File 'lib/remote_profile_types.rb', line 293 def validate end |