Class: AuthorizeNet::API::ArrayOfBatchDetailsType
- Inherits:
-
Array
- Object
- Array
- AuthorizeNet::API::ArrayOfBatchDetailsType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdArrayOfBatchDetailsType
Instance Method Summary collapse
-
#initialize(batch = []) ⇒ ArrayOfBatchDetailsType
constructor
A new instance of ArrayOfBatchDetailsType.
Constructor Details
#initialize(batch = []) ⇒ ArrayOfBatchDetailsType
Returns a new instance of ArrayOfBatchDetailsType.
2181 2182 2183 |
# File 'lib/authorize_net/api/schema.rb', line 2181 def initialize(batch = []) @batch = batch end |