Class: BookingstudioRuby::WebService::Item
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::Item
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb,
lib/bookingstudio_ruby/web_service/booking_service.rb
Overview
/Item
id - SOAP::SOAPInt
itemNumber - SOAP::SOAPInt
unitPrice - SOAP::SOAPDecimal
currencyId - SOAP::SOAPString
showPrice - SOAP::SOAPBoolean
minQuantity - SOAP::SOAPInt
maxQuantity - SOAP::SOAPInt
type - BookingstudioRuby::WebService::ItemTypes
name - SOAP::SOAPString
shortDescription - SOAP::SOAPString
longDescription - SOAP::SOAPString
quantity - SOAP::SOAPInt
isExternalItem - SOAP::SOAPBoolean
externalProviderId - SOAP::SOAPString
europaeiskeDetails - BookingstudioRuby::WebService::EuropaeiskeDetails
Instance Attribute Summary collapse
-
#currencyId ⇒ Object
Returns the value of attribute currencyId.
-
#europaeiskeDetails ⇒ Object
Returns the value of attribute europaeiskeDetails.
-
#externalProviderId ⇒ Object
Returns the value of attribute externalProviderId.
-
#id ⇒ Object
Returns the value of attribute id.
-
#isExternalItem ⇒ Object
Returns the value of attribute isExternalItem.
-
#itemNumber ⇒ Object
Returns the value of attribute itemNumber.
-
#longDescription ⇒ Object
Returns the value of attribute longDescription.
-
#maxQuantity ⇒ Object
Returns the value of attribute maxQuantity.
-
#minQuantity ⇒ Object
Returns the value of attribute minQuantity.
-
#name ⇒ Object
Returns the value of attribute name.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#shortDescription ⇒ Object
Returns the value of attribute shortDescription.
-
#showPrice ⇒ Object
Returns the value of attribute showPrice.
-
#type ⇒ Object
Returns the value of attribute type.
-
#unitPrice ⇒ Object
Returns the value of attribute unitPrice.
Instance Method Summary collapse
-
#initialize(id = nil, itemNumber = nil, unitPrice = nil, currencyId = nil, showPrice = nil, minQuantity = nil, maxQuantity = nil, type = nil, name = nil, shortDescription = nil, longDescription = nil, quantity = nil, isExternalItem = nil, externalProviderId = nil, europaeiskeDetails = nil) ⇒ Item
constructor
A new instance of Item.
Constructor Details
#initialize(id = nil, itemNumber = nil, unitPrice = nil, currencyId = nil, showPrice = nil, minQuantity = nil, maxQuantity = nil, type = nil, name = nil, shortDescription = nil, longDescription = nil, quantity = nil, isExternalItem = nil, externalProviderId = nil, europaeiskeDetails = nil) ⇒ Item
Returns a new instance of Item.
579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 579 def initialize(id = nil, itemNumber = nil, unitPrice = nil, currencyId = nil, showPrice = nil, minQuantity = nil, maxQuantity = nil, type = nil, name = nil, shortDescription = nil, longDescription = nil, quantity = nil, isExternalItem = nil, externalProviderId = nil, europaeiskeDetails = nil) @id = id @itemNumber = itemNumber @unitPrice = unitPrice @currencyId = currencyId @showPrice = showPrice @minQuantity = minQuantity @maxQuantity = maxQuantity @type = type @name = name @shortDescription = shortDescription @longDescription = longDescription @quantity = quantity @isExternalItem = isExternalItem @externalProviderId = externalProviderId @europaeiskeDetails = europaeiskeDetails end |
Instance Attribute Details
#currencyId ⇒ Object
Returns the value of attribute currencyId.
566 567 568 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 566 def currencyId @currencyId end |
#europaeiskeDetails ⇒ Object
Returns the value of attribute europaeiskeDetails.
577 578 579 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 577 def europaeiskeDetails @europaeiskeDetails end |
#externalProviderId ⇒ Object
Returns the value of attribute externalProviderId.
576 577 578 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 576 def externalProviderId @externalProviderId end |
#id ⇒ Object
Returns the value of attribute id.
563 564 565 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 563 def id @id end |
#isExternalItem ⇒ Object
Returns the value of attribute isExternalItem.
575 576 577 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 575 def isExternalItem @isExternalItem end |
#itemNumber ⇒ Object
Returns the value of attribute itemNumber.
564 565 566 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 564 def itemNumber @itemNumber end |
#longDescription ⇒ Object
Returns the value of attribute longDescription.
573 574 575 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 573 def longDescription @longDescription end |
#maxQuantity ⇒ Object
Returns the value of attribute maxQuantity.
569 570 571 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 569 def maxQuantity @maxQuantity end |
#minQuantity ⇒ Object
Returns the value of attribute minQuantity.
568 569 570 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 568 def minQuantity @minQuantity end |
#name ⇒ Object
Returns the value of attribute name.
571 572 573 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 571 def name @name end |
#quantity ⇒ Object
Returns the value of attribute quantity.
574 575 576 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 574 def quantity @quantity end |
#shortDescription ⇒ Object
Returns the value of attribute shortDescription.
572 573 574 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 572 def shortDescription @shortDescription end |
#showPrice ⇒ Object
Returns the value of attribute showPrice.
567 568 569 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 567 def showPrice @showPrice end |
#type ⇒ Object
Returns the value of attribute type.
570 571 572 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 570 def type @type end |
#unitPrice ⇒ Object
Returns the value of attribute unitPrice.
565 566 567 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 565 def unitPrice @unitPrice end |