Class: Etapper::API::OrderInfo
- Inherits:
-
Object
- Object
- Etapper::API::OrderInfo
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceOrderInfo
billingAddress - SOAP::SOAPString
billingCity - SOAP::SOAPString
billingCountry - SOAP::SOAPString
billingEmail - SOAP::SOAPString
billingName - SOAP::SOAPString
billingPhone - SOAP::SOAPString
billingPostalCode - SOAP::SOAPString
billingState - SOAP::SOAPString
shippingAddress - SOAP::SOAPString
shippingCity - SOAP::SOAPString
shippingCountry - SOAP::SOAPString
shippingName - SOAP::SOAPString
shippingPostalCode - SOAP::SOAPString
shippingState - SOAP::SOAPString
shippingType - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#billingAddress ⇒ Object
Returns the value of attribute billingAddress.
-
#billingCity ⇒ Object
Returns the value of attribute billingCity.
-
#billingCountry ⇒ Object
Returns the value of attribute billingCountry.
-
#billingEmail ⇒ Object
Returns the value of attribute billingEmail.
-
#billingName ⇒ Object
Returns the value of attribute billingName.
-
#billingPhone ⇒ Object
Returns the value of attribute billingPhone.
-
#billingPostalCode ⇒ Object
Returns the value of attribute billingPostalCode.
-
#billingState ⇒ Object
Returns the value of attribute billingState.
-
#shippingAddress ⇒ Object
Returns the value of attribute shippingAddress.
-
#shippingCity ⇒ Object
Returns the value of attribute shippingCity.
-
#shippingCountry ⇒ Object
Returns the value of attribute shippingCountry.
-
#shippingName ⇒ Object
Returns the value of attribute shippingName.
-
#shippingPostalCode ⇒ Object
Returns the value of attribute shippingPostalCode.
-
#shippingState ⇒ Object
Returns the value of attribute shippingState.
-
#shippingType ⇒ Object
Returns the value of attribute shippingType.
Instance Method Summary collapse
-
#initialize(billingAddress = nil, billingCity = nil, billingCountry = nil, billingEmail = nil, billingName = nil, billingPhone = nil, billingPostalCode = nil, billingState = nil, shippingAddress = nil, shippingCity = nil, shippingCountry = nil, shippingName = nil, shippingPostalCode = nil, shippingState = nil, shippingType = nil) ⇒ OrderInfo
constructor
A new instance of OrderInfo.
Constructor Details
#initialize(billingAddress = nil, billingCity = nil, billingCountry = nil, billingEmail = nil, billingName = nil, billingPhone = nil, billingPostalCode = nil, billingState = nil, shippingAddress = nil, shippingCity = nil, shippingCountry = nil, shippingName = nil, shippingPostalCode = nil, shippingState = nil, shippingType = nil) ⇒ OrderInfo
Returns a new instance of OrderInfo.
333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 |
# File 'lib/etapper/api/service.rb', line 333 def initialize(billingAddress = nil, billingCity = nil, billingCountry = nil, billingEmail = nil, billingName = nil, billingPhone = nil, billingPostalCode = nil, billingState = nil, shippingAddress = nil, shippingCity = nil, shippingCountry = nil, shippingName = nil, shippingPostalCode = nil, shippingState = nil, shippingType = nil) @billingAddress = billingAddress @billingCity = billingCity @billingCountry = billingCountry @billingEmail = billingEmail @billingName = billingName @billingPhone = billingPhone @billingPostalCode = billingPostalCode @billingState = billingState @shippingAddress = shippingAddress @shippingCity = shippingCity @shippingCountry = shippingCountry @shippingName = shippingName @shippingPostalCode = shippingPostalCode @shippingState = shippingState @shippingType = shippingType end |
Instance Attribute Details
#billingAddress ⇒ Object
Returns the value of attribute billingAddress.
317 318 319 |
# File 'lib/etapper/api/service.rb', line 317 def billingAddress @billingAddress end |
#billingCity ⇒ Object
Returns the value of attribute billingCity.
318 319 320 |
# File 'lib/etapper/api/service.rb', line 318 def billingCity @billingCity end |
#billingCountry ⇒ Object
Returns the value of attribute billingCountry.
319 320 321 |
# File 'lib/etapper/api/service.rb', line 319 def billingCountry @billingCountry end |
#billingEmail ⇒ Object
Returns the value of attribute billingEmail.
320 321 322 |
# File 'lib/etapper/api/service.rb', line 320 def billingEmail @billingEmail end |
#billingName ⇒ Object
Returns the value of attribute billingName.
321 322 323 |
# File 'lib/etapper/api/service.rb', line 321 def billingName @billingName end |
#billingPhone ⇒ Object
Returns the value of attribute billingPhone.
322 323 324 |
# File 'lib/etapper/api/service.rb', line 322 def billingPhone @billingPhone end |
#billingPostalCode ⇒ Object
Returns the value of attribute billingPostalCode.
323 324 325 |
# File 'lib/etapper/api/service.rb', line 323 def billingPostalCode @billingPostalCode end |
#billingState ⇒ Object
Returns the value of attribute billingState.
324 325 326 |
# File 'lib/etapper/api/service.rb', line 324 def billingState @billingState end |
#shippingAddress ⇒ Object
Returns the value of attribute shippingAddress.
325 326 327 |
# File 'lib/etapper/api/service.rb', line 325 def shippingAddress @shippingAddress end |
#shippingCity ⇒ Object
Returns the value of attribute shippingCity.
326 327 328 |
# File 'lib/etapper/api/service.rb', line 326 def shippingCity @shippingCity end |
#shippingCountry ⇒ Object
Returns the value of attribute shippingCountry.
327 328 329 |
# File 'lib/etapper/api/service.rb', line 327 def shippingCountry @shippingCountry end |
#shippingName ⇒ Object
Returns the value of attribute shippingName.
328 329 330 |
# File 'lib/etapper/api/service.rb', line 328 def shippingName @shippingName end |
#shippingPostalCode ⇒ Object
Returns the value of attribute shippingPostalCode.
329 330 331 |
# File 'lib/etapper/api/service.rb', line 329 def shippingPostalCode @shippingPostalCode end |
#shippingState ⇒ Object
Returns the value of attribute shippingState.
330 331 332 |
# File 'lib/etapper/api/service.rb', line 330 def shippingState @shippingState end |
#shippingType ⇒ Object
Returns the value of attribute shippingType.
331 332 333 |
# File 'lib/etapper/api/service.rb', line 331 def shippingType @shippingType end |