Class: CancelTokenResponse
- Inherits:
-
Object
- Object
- CancelTokenResponse
- Defined in:
- lib/default.rb
Overview
/CancelTokenResponse
responseMetadata - ResponseMetadata
Instance Attribute Summary collapse
-
#responseMetadata ⇒ Object
Returns the value of attribute responseMetadata.
Instance Method Summary collapse
-
#initialize(responseMetadata = nil) ⇒ CancelTokenResponse
constructor
A new instance of CancelTokenResponse.
Constructor Details
#initialize(responseMetadata = nil) ⇒ CancelTokenResponse
Returns a new instance of CancelTokenResponse.
515 516 517 |
# File 'lib/default.rb', line 515 def initialize(responseMetadata = nil) @responseMetadata = responseMetadata end |
Instance Attribute Details
#responseMetadata ⇒ Object
Returns the value of attribute responseMetadata.
513 514 515 |
# File 'lib/default.rb', line 513 def responseMetadata @responseMetadata end |