regenerated client

This commit is contained in:
Tony Tam
2014-06-10 16:55:17 -07:00
parent 8274196999
commit 3f480482b6
9 changed files with 202 additions and 127 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python
"""
Copyright 2012 Wordnik, Inc.
Copyright 2014 Wordnik, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -30,14 +30,10 @@ class Order:
}
#Unique identifier for the order
self.id = None # int
#ID of pet being ordered
self.petId = None # int
#Number of pets ordered
self.quantity = None # int
#Status of the order
#Order Status
self.status = None # str
#Date shipped, only if it has been
self.shipDate = None # datetime