Class: AuthorizeNet::API::CardArt
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CardArt
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdcardArt
cardBrand - SOAP::SOAPString
cardImageHeight - SOAP::SOAPString
cardImageUrl - SOAP::SOAPString
cardImageWidth - SOAP::SOAPString
cardType - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(cardBrand = nil, cardImageHeight = nil, cardImageUrl = nil, cardImageWidth = nil, cardType = nil) ⇒ CardArt
constructor
A new instance of CardArt.
Constructor Details
#initialize(cardBrand = nil, cardImageHeight = nil, cardImageUrl = nil, cardImageWidth = nil, cardType = nil) ⇒ CardArt
Returns a new instance of CardArt.
916 917 918 919 920 921 922 |
# File 'lib/authorize_net/api/schema.rb', line 916 def initialize(cardBrand = nil, cardImageHeight = nil, cardImageUrl = nil, cardImageWidth = nil, cardType = nil) @cardBrand = cardBrand @cardImageHeight = cardImageHeight @cardImageUrl = cardImageUrl @cardImageWidth = cardImageWidth @cardType = cardType end |