Class: Acs::Model::DeletableAlbum

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

Constant Summary collapse

ID =
1
UID =
2
FIELDS =
{
  ID => {:type => ::Thrift::Types::I64, :name => 'id', :optional => true},
  UID => {:type => ::Thrift::Types::I64, :name => 'uid', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



303
# File 'lib/album_model_types.rb', line 303

def struct_fields; FIELDS; end

#validateObject



305
306
# File 'lib/album_model_types.rb', line 305

def validate
end