Class: Service::Album::Api::IAlbumFacadeHandler::QueryUserAlbumCount_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
ISSELF =
2
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  ISSELF => {:type => ::Thrift::Types::BOOL, :name => 'isSelf'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1901
1902
# File 'lib/service_album_api/i_album_facade_handler.rb', line 1901

def validate
end