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