Class: Service::Album::Api::IAlbumFacadeHandler::QueryOtherBasicAlbums_args

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

Constant Summary collapse

UID =
1
PAGE =
2
SIZE =
3
ORDER =
4
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  PAGE => {:type => ::Thrift::Types::I32, :name => 'page'},
  SIZE => {:type => ::Thrift::Types::I32, :name => 'size'},
  ORDER => {:type => ::Thrift::Types::STRING, :name => 'order'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1865
# File 'lib/service_album_api/i_album_facade_handler.rb', line 1865

def struct_fields; FIELDS; end

#validateObject



1867
1868
# File 'lib/service_album_api/i_album_facade_handler.rb', line 1867

def validate
end