Class: AuthorizeNet::API::KeyValue

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(encoding = nil, encryptionAlgorithm = nil, scheme = nil) ⇒ KeyValue

Returns a new instance of KeyValue.



545
546
547
548
549
# File 'lib/authorize_net/api/schema.rb', line 545

def initialize(encoding = nil, encryptionAlgorithm = nil, scheme = nil)
  @encoding = encoding
  @encryptionAlgorithm = encryptionAlgorithm
  @scheme = scheme
end