class Cronofy::BatchResponse::PartialSuccessError
Attributes
batch_response[R]
Public Class Methods
new(message, batch_response)
click to toggle source
Calls superclass method
# File lib/cronofy/types.rb, line 220 def initialize(message, batch_response) super(message) @batch_response = batch_response end