Class: Google4R::Checkout::NotificationDataRequestCommandXmlGenerator

Inherits:
CommandXmlGenerator show all
Defined in:
lib/google4r/checkout/xml_generation.rb

Constant Summary

Constants inherited from CommandXmlGenerator

CommandXmlGenerator::COMMAND_TO_TAG

Instance Method Summary collapse

Methods inherited from CommandXmlGenerator

#generate, #tag_name_for_command

Methods inherited from XmlGenerator

#generate

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