Class: AuthorizeNet::API::KeyBlock
- Inherits:
-
Object
- Object
- AuthorizeNet::API::KeyBlock
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdKeyBlock
value - KeyValue
Instance Method Summary collapse
-
#initialize(value = nil) ⇒ KeyBlock
constructor
A new instance of KeyBlock.
Constructor Details
#initialize(value = nil) ⇒ KeyBlock
Returns a new instance of KeyBlock.
591 592 593 |
# File 'lib/authorize_net/api/schema.rb', line 591 def initialize(value = nil) @value = value end |