kuehne-nagel-despatch-interface 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,21 @@
|
|
1
|
+
class KnActions
|
2
|
+
|
3
|
+
def initialize(order_id)
|
4
|
+
Rails.logger.info "KnActions Started..."
|
5
|
+
Rails.logger.info "KnActions order_id: " + order_id.inspect
|
6
|
+
@order_id = order_id
|
7
|
+
end
|
8
|
+
|
9
|
+
def generate_xml
|
10
|
+
|
11
|
+
end
|
12
|
+
|
13
|
+
def download_pdf
|
14
|
+
|
15
|
+
end
|
16
|
+
|
17
|
+
def submit_to_kn
|
18
|
+
|
19
|
+
end
|
20
|
+
|
21
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kuehne-nagel-despatch-interface
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2013-01-15 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
16
|
-
requirement: &
|
16
|
+
requirement: &2164721140 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *2164721140
|
25
25
|
description: Library to integrate K+N logistic API to Ruby on Rails Applications.
|
26
26
|
email: henrique@madebymade.co.uk
|
27
27
|
executables: []
|
@@ -29,6 +29,7 @@ extensions: []
|
|
29
29
|
extra_rdoc_files: []
|
30
30
|
files:
|
31
31
|
- lib/kuehne-nagel-despatch-interface.rb
|
32
|
+
- lib/kuehne-nagel-despatch-interface/kn_actions.rb
|
32
33
|
homepage: https://github.com/madebymade/kuehne-nagel-despatch-interface
|
33
34
|
licenses: []
|
34
35
|
post_install_message:
|