Class: MasterCard::Core::Model::RequestMap
- Defined in:
- lib/mastercard/core/model.rb
Overview
RequestMap
Direct Known Subclasses
Constant Summary
Constants inherited from SmartMap
Instance Method Summary collapse
-
#initialize ⇒ RequestMap
constructor
A new instance of RequestMap.
Methods inherited from SmartMap
#containsKeys, #get, #getObject, #set, #setAll, #size
Constructor Details
#initialize ⇒ RequestMap
Returns a new instance of RequestMap.
404 405 406 407 |
# File 'lib/mastercard/core/model.rb', line 404 def initialize #call the base class constructor super() end |