ruby_omx 0.0.9 → 0.0.10

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.
@@ -1,12 +1,6 @@
1
1
  #$wtf = "https://api.omx.ordermotion.com/hdde/xml/udi.asp?Wrapper=1&RequestType=OrderInformationRequest&RequestVersion=1.00&HTTPBizID=".BIZ_ID."&OrderNumber=".$OMorderid."&level=$level";
2
2
  module RubyOmx
3
3
 
4
- class UDIParameter < Response
5
- xml_name "Parameter"
6
- xml_accessor :key, :from => '@key'
7
- xml_accessor :value, :from => :content
8
- end
9
-
10
4
  class OrderInformationRequest < Response
11
5
  def initialize(a=nil)
12
6
  return super unless a.present? # bail if no array of options has been given
@@ -43,4 +43,11 @@ module RubyOmx
43
43
  end
44
44
 
45
45
  end
46
+
47
+ class UDIParameter < Response
48
+ xml_name "Parameter"
49
+ xml_accessor :key, :from => '@key'
50
+ xml_accessor :value, :from => :content
51
+ end
52
+
46
53
  end
@@ -1,3 +1,3 @@
1
1
  module RubyOmx
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_omx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: