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
.name ⇒ Object
151 |
# File 'lib/rudy/metadata.rb', line 151 def name; raise "implement name"; end |
.postprocess ⇒ Object
152 |
# File 'lib/rudy/metadata.rb', line 152 def postprocess; raise "implement postprocess"; end |
.valid? ⇒ Boolean
150 |
# File 'lib/rudy/metadata.rb', line 150 def valid?; raise "implement valid?"; end |