Class: Acs::Proxy::IAlbumProxyHandler::UpdateAlbum_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/i_album_proxy_handler.rb

Constant Summary collapse

ALBUM =
1
EXTRAPARAMS =
2
FIELDS =
{
  ALBUM => {:type => ::Thrift::Types::STRUCT, :name => 'album', :class => ::Acs::Model::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



509
# File 'lib/i_album_proxy_handler.rb', line 509

def struct_fields; FIELDS; end

#validateObject



511
512
# File 'lib/i_album_proxy_handler.rb', line 511

def validate
end