Class: MasterCard::Core::Model::RequestMap

Inherits:
SmartMap
  • Object
show all
Defined in:
lib/mastercard/core/model.rb

Overview

RequestMap

Direct Known Subclasses

BaseObject

Constant Summary

Constants inherited from SmartMap

SmartMap::KEY_LIST

Instance Method Summary collapse

Methods inherited from SmartMap

#containsKeys, #get, #getObject, #set, #setAll, #size

Constructor Details

#initializeRequestMap

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