class Pandadoc::Api::ParamsValidator::RequiredParameterError
Attributes
parameter[R]
Public Class Methods
new(message, parameter)
click to toggle source
Calls superclass method
# File lib/pandadoc/api/params_validator.rb, line 7 def initialize(message, parameter) # Call the parent's constructor to set the message super(message) # Store the action in an instance variable @parameter = parameter end