zuora4r 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +0 -1
- data/VERSION +1 -0
- data/lib/zuora/ZUORA.rb +1 -0
- data/lib/zuora/ZUORAMappingRegistry.rb +4 -2
- data/zuora4r.gemspec +3 -2
- metadata +9 -6
data/Rakefile
CHANGED
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1.1.1
|
data/lib/zuora/ZUORA.rb
CHANGED
@@ -61,6 +61,7 @@ class Account < ZObject
|
|
61
61
|
attr_accessor :soldToId
|
62
62
|
attr_accessor :status
|
63
63
|
attr_accessor :updatedDate
|
64
|
+
attr_accessor :invoiceDeliveryPrefsEmail
|
64
65
|
|
65
66
|
def initialize(fieldsToNull = [], id = nil, accountNumber = nil, allowInvoiceEdit = nil, autoPay = nil, batch = nil, billCycleDay = nil, billToId = nil, createdDate = nil, crmId = nil, currency = nil, customerServiceRepName = nil, defaultPaymentMethodId = nil, paymentGateway = nil, name = nil, notes = nil, paymentTerm = nil, purchaseOrderNumber = nil, salesRepName = nil, soldToId = nil, status = nil, updatedDate = nil)
|
66
67
|
@fieldsToNull = fieldsToNull
|
@@ -47,7 +47,8 @@ module DefaultMappingRegistry
|
|
47
47
|
["salesRepName", ["SOAP::SOAPString", XSD::QName.new(NsObjectApiZuoraCom, "SalesRepName")], [0, 1]],
|
48
48
|
["soldToId", [nil, XSD::QName.new(NsObjectApiZuoraCom, "SoldToId")], [0, 1]],
|
49
49
|
["status", ["SOAP::SOAPString", XSD::QName.new(NsObjectApiZuoraCom, "Status")], [0, 1]],
|
50
|
-
["updatedDate", ["SOAP::SOAPDateTime", XSD::QName.new(NsObjectApiZuoraCom, "UpdatedDate")], [0, 1]]
|
50
|
+
["updatedDate", ["SOAP::SOAPDateTime", XSD::QName.new(NsObjectApiZuoraCom, "UpdatedDate")], [0, 1]],
|
51
|
+
["invoiceDeliveryPrefsEmail", ["SOAP::SOAPString", XSD::QName.new(NsObjectApiZuoraCom, "InvoiceDeliveryPrefsEmail")], [0, 1]]
|
51
52
|
]
|
52
53
|
)
|
53
54
|
|
@@ -638,7 +639,8 @@ module DefaultMappingRegistry
|
|
638
639
|
["salesRepName", ["SOAP::SOAPString", XSD::QName.new(NsObjectApiZuoraCom, "SalesRepName")], [0, 1]],
|
639
640
|
["soldToId", [nil, XSD::QName.new(NsObjectApiZuoraCom, "SoldToId")], [0, 1]],
|
640
641
|
["status", ["SOAP::SOAPString", XSD::QName.new(NsObjectApiZuoraCom, "Status")], [0, 1]],
|
641
|
-
["updatedDate", ["SOAP::SOAPDateTime", XSD::QName.new(NsObjectApiZuoraCom, "UpdatedDate")], [0, 1]]
|
642
|
+
["updatedDate", ["SOAP::SOAPDateTime", XSD::QName.new(NsObjectApiZuoraCom, "UpdatedDate")], [0, 1]],
|
643
|
+
["invoiceDeliveryPrefsEmail", ["SOAP::SOAPString", XSD::QName.new(NsObjectApiZuoraCom, "InvoiceDeliveryPrefsEmail")], [0, 1]]
|
642
644
|
]
|
643
645
|
)
|
644
646
|
|
data/zuora4r.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{zuora4r}
|
8
|
-
s.version = "1.1.
|
8
|
+
s.version = "1.1.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Cloocher"]
|
12
|
-
s.date = %q{2011-04-
|
12
|
+
s.date = %q{2011-04-26}
|
13
13
|
s.description = %q{A client for Zuora API}
|
14
14
|
s.email = %q{gene@ning.com}
|
15
15
|
s.executables = ["zuora-query", "zuora-create", "zuora-update", "zuora-bill-run", "zuora-payment-run", "zuora-delete", "zq"]
|
@@ -19,6 +19,7 @@ Gem::Specification.new do |s|
|
|
19
19
|
]
|
20
20
|
s.files = [
|
21
21
|
"Rakefile",
|
22
|
+
"VERSION",
|
22
23
|
"bin/zq",
|
23
24
|
"bin/zuora-bill-run",
|
24
25
|
"bin/zuora-create",
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zuora4r
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 17
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 1
|
10
|
+
version: 1.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Cloocher
|
@@ -15,7 +15,8 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-04-
|
18
|
+
date: 2011-04-26 00:00:00 -07:00
|
19
|
+
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
21
22
|
name: soap4r
|
@@ -66,6 +67,7 @@ extra_rdoc_files:
|
|
66
67
|
- README.rdoc
|
67
68
|
files:
|
68
69
|
- Rakefile
|
70
|
+
- VERSION
|
69
71
|
- bin/zq
|
70
72
|
- bin/zuora-bill-run
|
71
73
|
- bin/zuora-create
|
@@ -86,6 +88,7 @@ files:
|
|
86
88
|
- README.rdoc
|
87
89
|
- test/helper.rb
|
88
90
|
- test/test_zuora_client.rb
|
91
|
+
has_rdoc: true
|
89
92
|
homepage: http://github.com/cloocher/zuora4r
|
90
93
|
licenses: []
|
91
94
|
|
@@ -115,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
115
118
|
requirements:
|
116
119
|
- none
|
117
120
|
rubyforge_project:
|
118
|
-
rubygems_version: 1.7
|
121
|
+
rubygems_version: 1.3.7
|
119
122
|
signing_key:
|
120
123
|
specification_version: 3
|
121
124
|
summary: Zuora4r
|