Class: Google4R::Checkout::ReturnOrderReportCommandXmlGenerator

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

Returns a new instance of ReturnOrderReportCommandXmlGenerator.



993
994
995
# File 'lib/google4r/checkout/xml_generation.rb', line 993

def initialize(command)
  @command = command
end