Class: Google4R::Checkout::NotificationDataTokenRequestCommandXmlGenerator

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) ⇒ 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