class Zuora::Errors::InvalidValue

Attributes

response[R]

Public Class Methods

new(msg = nil, response = nil) click to toggle source
Calls superclass method
# File lib/zuora/errors.rb, line 10
def initialize(msg = nil, response = nil)
  @response = response
  super(msg)
end