Class: AuthorizeNet::API::KeyValue
- Inherits:
-
Object
- Object
- AuthorizeNet::API::KeyValue
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdKeyValue
encoding - EncodingType
encryptionAlgorithm - EncryptionAlgorithmType
scheme - KeyManagementScheme
Instance Method Summary collapse
-
#initialize(encoding = nil, encryptionAlgorithm = nil, scheme = nil) ⇒ KeyValue
constructor
A new instance of KeyValue.
Constructor Details
#initialize(encoding = nil, encryptionAlgorithm = nil, scheme = nil) ⇒ KeyValue
Returns a new instance of KeyValue.
541 542 543 544 545 |
# File 'lib/authorize_net/api/schema.rb', line 541 def initialize(encoding = nil, encryptionAlgorithm = nil, scheme = nil) @encoding = encoding @encryptionAlgorithm = encryptionAlgorithm @scheme = scheme end |