Class: FinanceOfferType
- Inherits:
-
Object
- Object
- FinanceOfferType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsFinanceOfferType
Constant Summary collapse
- @@schema_type =
"FinanceOfferType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["financeOfferID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FinanceOfferID")]], ["buyerTerms", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BuyerTerms")]], ["sellerTerms", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellerTerms")]], ["startDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StartDate")]], ["lastModifiedDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LastModifiedDate")]], ["minimumAmount", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MinimumAmount")]], ["rateFactor", ["SOAP::SOAPDouble", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RateFactor")]], ["priority", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Priority")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#buyerTerms ⇒ Object
Returns the value of attribute buyerTerms.
-
#financeOfferID ⇒ Object
Returns the value of attribute financeOfferID.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#minimumAmount ⇒ Object
Returns the value of attribute minimumAmount.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#rateFactor ⇒ Object
Returns the value of attribute rateFactor.
-
#sellerTerms ⇒ Object
Returns the value of attribute sellerTerms.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
Instance Method Summary collapse
-
#initialize(financeOfferID = nil, buyerTerms = nil, sellerTerms = nil, startDate = nil, lastModifiedDate = nil, minimumAmount = nil, rateFactor = nil, priority = nil) ⇒ FinanceOfferType
constructor
A new instance of FinanceOfferType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(financeOfferID = nil, buyerTerms = nil, sellerTerms = nil, startDate = nil, lastModifiedDate = nil, minimumAmount = nil, rateFactor = nil, priority = nil) ⇒ FinanceOfferType
Returns a new instance of FinanceOfferType.
17987 17988 17989 17990 17991 17992 17993 17994 17995 17996 17997 |
# File 'lib/eBay.rb', line 17987 def initialize(financeOfferID = nil, buyerTerms = nil, sellerTerms = nil, startDate = nil, lastModifiedDate = nil, minimumAmount = nil, rateFactor = nil, priority = nil) @financeOfferID = financeOfferID @buyerTerms = buyerTerms @sellerTerms = sellerTerms @startDate = startDate @lastModifiedDate = lastModifiedDate @minimumAmount = minimumAmount @rateFactor = rateFactor @priority = priority @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
17981 17982 17983 |
# File 'lib/eBay.rb', line 17981 def __xmlele_any @__xmlele_any end |
#buyerTerms ⇒ Object
Returns the value of attribute buyerTerms.
17974 17975 17976 |
# File 'lib/eBay.rb', line 17974 def buyerTerms @buyerTerms end |
#financeOfferID ⇒ Object
Returns the value of attribute financeOfferID.
17973 17974 17975 |
# File 'lib/eBay.rb', line 17973 def financeOfferID @financeOfferID end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
17977 17978 17979 |
# File 'lib/eBay.rb', line 17977 def lastModifiedDate @lastModifiedDate end |
#minimumAmount ⇒ Object
Returns the value of attribute minimumAmount.
17978 17979 17980 |
# File 'lib/eBay.rb', line 17978 def minimumAmount @minimumAmount end |
#priority ⇒ Object
Returns the value of attribute priority.
17980 17981 17982 |
# File 'lib/eBay.rb', line 17980 def priority @priority end |
#rateFactor ⇒ Object
Returns the value of attribute rateFactor.
17979 17980 17981 |
# File 'lib/eBay.rb', line 17979 def rateFactor @rateFactor end |
#sellerTerms ⇒ Object
Returns the value of attribute sellerTerms.
17975 17976 17977 |
# File 'lib/eBay.rb', line 17975 def sellerTerms @sellerTerms end |
#startDate ⇒ Object
Returns the value of attribute startDate.
17976 17977 17978 |
# File 'lib/eBay.rb', line 17976 def startDate @startDate end |
Instance Method Details
#set_any(elements) ⇒ Object
17983 17984 17985 |
# File 'lib/eBay.rb', line 17983 def set_any(elements) @__xmlele_any = elements end |