Exception: Cronofy::BatchResponse::PartialSuccessError
- Inherits:
-
CronofyError
- Object
- StandardError
- CronofyError
- Cronofy::BatchResponse::PartialSuccessError
- Defined in:
- lib/cronofy/types.rb
Instance Attribute Summary collapse
-
#batch_response ⇒ Object
readonly
Returns the value of attribute batch_response.
Instance Method Summary collapse
-
#initialize(message, batch_response) ⇒ PartialSuccessError
constructor
A new instance of PartialSuccessError.
Constructor Details
#initialize(message, batch_response) ⇒ PartialSuccessError
Returns a new instance of PartialSuccessError.
220 221 222 223 |
# File 'lib/cronofy/types.rb', line 220 def initialize(, batch_response) super() @batch_response = batch_response end |
Instance Attribute Details
#batch_response ⇒ Object (readonly)
Returns the value of attribute batch_response.
218 219 220 |
# File 'lib/cronofy/types.rb', line 218 def batch_response @batch_response end |