Class: Service::Album::Api::IAlbumFacadeHandler::QueryOtherSimpleAlbums_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



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

def struct_fields; FIELDS; end

#validateObject



1791
1792
# File 'lib/service_album_api/i_album_facade_handler.rb', line 1791

def validate
end