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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



2576
2577
# File 'lib/service_album_api/i_album_facade_handler.rb', line 2576

def validate
end