Class: Google4R::Checkout::NotificationDataTokenRequestCommandXmlGenerator
- Inherits:
-
CommandXmlGenerator
- Object
- XmlGenerator
- CommandXmlGenerator
- Google4R::Checkout::NotificationDataTokenRequestCommandXmlGenerator
- Defined in:
- lib/google4r/checkout/xml_generation.rb
Constant Summary
Constants inherited from CommandXmlGenerator
CommandXmlGenerator::COMMAND_TO_TAG
Instance Method Summary collapse
-
#initialize(command) ⇒ NotificationDataTokenRequestCommandXmlGenerator
constructor
A new instance of NotificationDataTokenRequestCommandXmlGenerator.
Methods inherited from CommandXmlGenerator
#generate, #tag_name_for_command
Methods inherited from XmlGenerator
Constructor Details
#initialize(command) ⇒ NotificationDataTokenRequestCommandXmlGenerator
Returns a new instance of NotificationDataTokenRequestCommandXmlGenerator.
1097 1098 1099 |
# File 'lib/google4r/checkout/xml_generation.rb', line 1097 def initialize(command) @command = command end |