Class: GetAllCreditInstrumentsRequest
- Inherits:
-
Object
- Object
- GetAllCreditInstrumentsRequest
- Defined in:
- lib/default.rb
Overview
/GetAllCreditInstrumentsRequest
instrumentStatus - InstrumentStatus
Instance Attribute Summary collapse
-
#instrumentStatus ⇒ Object
Returns the value of attribute instrumentStatus.
Instance Method Summary collapse
-
#initialize(instrumentStatus = nil) ⇒ GetAllCreditInstrumentsRequest
constructor
A new instance of GetAllCreditInstrumentsRequest.
Constructor Details
#initialize(instrumentStatus = nil) ⇒ GetAllCreditInstrumentsRequest
Returns a new instance of GetAllCreditInstrumentsRequest.
882 883 884 |
# File 'lib/default.rb', line 882 def initialize(instrumentStatus = nil) @instrumentStatus = instrumentStatus end |
Instance Attribute Details
#instrumentStatus ⇒ Object
Returns the value of attribute instrumentStatus.
880 881 882 |
# File 'lib/default.rb', line 880 def instrumentStatus @instrumentStatus end |