module OasContrib::Interface::Spec
Public Instance Methods
mapping()
click to toggle source
Mapping the hash to the spec object. @return [nil]
# File lib/oas_contrib/interface/spec.rb, line 7 def mapping raise NotImplementedError, 'You must be implement "mapping" method.' end