Class: KnActions

Inherits:
Object
  • Object
show all
Defined in:
lib/kuehne-nagel-despatch-interface/kn_actions.rb

Instance Method Summary collapse

Constructor Details

#initialize(order_id) ⇒ KnActions

Returns a new instance of KnActions.



3
4
5
6
7
# File 'lib/kuehne-nagel-despatch-interface/kn_actions.rb', line 3

def initialize(order_id)
	Rails.logger.info "KnActions Started..."
	Rails.logger.info "KnActions order_id: " + order_id.inspect
  @order_id = order_id
end

Instance Method Details

#download_pdfObject



13
14
15
# File 'lib/kuehne-nagel-despatch-interface/kn_actions.rb', line 13

def download_pdf

end

#generate_xmlObject



9
10
11
# File 'lib/kuehne-nagel-despatch-interface/kn_actions.rb', line 9

def generate_xml

end

#submit_to_knObject



17
18
19
# File 'lib/kuehne-nagel-despatch-interface/kn_actions.rb', line 17

def submit_to_kn

end