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