class EasyPost::Errors::MissingParameterError

Public Class Methods

new(parameter) click to toggle source
Calls superclass method
# File lib/easypost/errors/missing_parameter_error.rb, line 6
def initialize(parameter)
  super EasyPost::Constants::MISSING_REQUIRED_PARAMETER % parameter
end