Class: DMap::Validations::WithMethod

Inherits:
Object
  • Object
show all
Defined in:
lib/dmap/validations/method.rb

Direct Known Subclasses

Method

Class Method Summary collapse

Class Method Details

.parent_nameObject



4
5
6
# File 'lib/dmap/validations/method.rb', line 4

def self.parent_name
  "WithMethod"
end

.validate(command = nil) ⇒ Object



8
9
10
# File 'lib/dmap/validations/method.rb', line 8

def self.validate(command=nil)
  {:method => command.to_sym}
end