Exception: Cronofy::BatchResponse::PartialSuccessError

Inherits:
CronofyError
  • Object
show all
Defined in:
lib/cronofy/types.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, batch_response) ⇒ PartialSuccessError

Returns a new instance of PartialSuccessError.

[View source]

220
221
222
223
# File 'lib/cronofy/types.rb', line 220

def initialize(message, batch_response)
  super(message)
  @batch_response = batch_response
end

Instance Attribute Details

#batch_responseObject (readonly)

Returns the value of attribute batch_response.


218
219
220
# File 'lib/cronofy/types.rb', line 218

def batch_response
  @batch_response
end