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.
13990 13991 13992 13993 13994 13995 13996 13997 13998 13999 14000 |
# File 'lib/eBay.rb', line 13990 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.
13984 13985 13986 |
# File 'lib/eBay.rb', line 13984 def __xmlele_any @__xmlele_any end |
#buyerTerms ⇒ Object
Returns the value of attribute buyerTerms.
13977 13978 13979 |
# File 'lib/eBay.rb', line 13977 def buyerTerms @buyerTerms end |
#financeOfferID ⇒ Object
Returns the value of attribute financeOfferID.
13976 13977 13978 |
# File 'lib/eBay.rb', line 13976 def financeOfferID @financeOfferID end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
13980 13981 13982 |
# File 'lib/eBay.rb', line 13980 def lastModifiedDate @lastModifiedDate end |
#minimumAmount ⇒ Object
Returns the value of attribute minimumAmount.
13981 13982 13983 |
# File 'lib/eBay.rb', line 13981 def minimumAmount @minimumAmount end |
#priority ⇒ Object
Returns the value of attribute priority.
13983 13984 13985 |
# File 'lib/eBay.rb', line 13983 def priority @priority end |
#rateFactor ⇒ Object
Returns the value of attribute rateFactor.
13982 13983 13984 |
# File 'lib/eBay.rb', line 13982 def rateFactor @rateFactor end |
#sellerTerms ⇒ Object
Returns the value of attribute sellerTerms.
13978 13979 13980 |
# File 'lib/eBay.rb', line 13978 def sellerTerms @sellerTerms end |
#startDate ⇒ Object
Returns the value of attribute startDate.
13979 13980 13981 |
# File 'lib/eBay.rb', line 13979 def startDate @startDate end |
Instance Method Details
#set_any(elements) ⇒ Object
13986 13987 13988 |
# File 'lib/eBay.rb', line 13986 def set_any(elements) @__xmlele_any = elements end |