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

ALBUM =
1
EXTRAPARAMS =
2
FIELDS =
{
  ALBUM => {:type => ::Thrift::Types::STRUCT, :name => 'album', :class => ::Service::Content::Thrift::AlterableAlbum},
  EXTRAPARAMS => {:type => ::Thrift::Types::MAP, :name => 'extraParams', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1520
1521
# File 'lib/service_album_api/i_album_facade_handler.rb', line 1520

def validate
end