class Samovar::MissingValueError
Attributes
command[R]
field[R]
Public Class Methods
new(command, field)
click to toggle source
Calls superclass method
# File lib/samovar/error.rb, line 31 def initialize(command, field) @command = command @field = field super "#{field} is required" end