Class: Service::Album::Api::IAlbumFacadeHandler::QueryBasicAlbumsByUidWithOffline_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
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  PAGE => {:type => ::Thrift::Types::I32, :name => 'page'},
  SIZE => {:type => ::Thrift::Types::I32, :name => 'size'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



2678
2679
# File 'lib/service_album_api/i_album_facade_handler.rb', line 2678

def validate
end