Class: FundPrepaidResponse
- Inherits:
-
Object
- Object
- FundPrepaidResponse
- Defined in:
- lib/default.rb
Overview
/FundPrepaidResponse
fundPrepaidResult - FundPrepaidResult
responseMetadata - ResponseMetadata
Instance Attribute Summary collapse
-
#fundPrepaidResult ⇒ Object
Returns the value of attribute fundPrepaidResult.
-
#responseMetadata ⇒ Object
Returns the value of attribute responseMetadata.
Instance Method Summary collapse
-
#initialize(fundPrepaidResult = nil, responseMetadata = nil) ⇒ FundPrepaidResponse
constructor
A new instance of FundPrepaidResponse.
Constructor Details
#initialize(fundPrepaidResult = nil, responseMetadata = nil) ⇒ FundPrepaidResponse
Returns a new instance of FundPrepaidResponse.
590 591 592 593 |
# File 'lib/default.rb', line 590 def initialize(fundPrepaidResult = nil, responseMetadata = nil) @fundPrepaidResult = fundPrepaidResult @responseMetadata = responseMetadata end |
Instance Attribute Details
#fundPrepaidResult ⇒ Object
Returns the value of attribute fundPrepaidResult.
587 588 589 |
# File 'lib/default.rb', line 587 def fundPrepaidResult @fundPrepaidResult end |
#responseMetadata ⇒ Object
Returns the value of attribute responseMetadata.
588 589 590 |
# File 'lib/default.rb', line 588 def responseMetadata @responseMetadata end |