Module: Rudy::Metadata::InstanceMethods

Defined in:
lib/rudy/metadata.rb

Overview

All classes which include Rudy::Metadata must reimplement the method stubs in this module. These methods only raise exceptions.

Class Method Summary collapse

Class Method Details

.nameObject



151
# File 'lib/rudy/metadata.rb', line 151

def name; raise "implement name"; end

.postprocessObject



152
# File 'lib/rudy/metadata.rb', line 152

def postprocess; raise "implement postprocess"; end

.valid?Boolean

Returns:

  • (Boolean)


150
# File 'lib/rudy/metadata.rb', line 150

def valid?; raise "implement valid?"; end