Class: Service::Content::Thrift::DeletableAlbum

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/service_album_api/content_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



752
# File 'lib/service_album_api/content_types.rb', line 752

def struct_fields; FIELDS; end

#validateObject



754
755
# File 'lib/service_album_api/content_types.rb', line 754

def validate
end