Class: AuthorizeNet::API::KeyBlock

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdKeyBlock

value - KeyValue

Instance Method Summary collapse

Constructor Details

#initialize(value = nil) ⇒ KeyBlock

Returns a new instance of KeyBlock.



558
559
560
# File 'lib/authorize_net/api/schema.rb', line 558

def initialize(value = nil)
  @value = value
end