Class: Docurium::Warning::UnmatchedParameter

Inherits:
Docurium::Warning show all
Defined in:
lib/docurium.rb

Constant Summary

Constants inherited from Docurium::Warning

WARNINGS

Instance Attribute Summary

Attributes inherited from Docurium::Warning

#column, #file, #identifier, #line, #type, #warning

Instance Method Summary collapse

Methods inherited from Docurium::Warning

#message

Constructor Details

#initialize(function, opts = {}) ⇒ UnmatchedParameter

Returns a new instance of UnmatchedParameter.



245
246
247
# File 'lib/docurium.rb', line 245

def initialize(function, opts = {})
  super :unmatched_param, :function, function, opts
end

Instance Method Details

#_messageObject



249
# File 'lib/docurium.rb', line 249

def _message; "unmatched param"; end