Class: EBay::UserAgreementInfoType
- Inherits:
-
Object
- Object
- EBay::UserAgreementInfoType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsUserAgreementInfoType
site - EBay::SiteCodeType
sellereBayPaymentProcessStatus - EBay::SellereBayPaymentProcessStatusCodeType
acceptedTime - SOAP::SOAPDateTime
sellereBayPaymentProcessEnableTime - SOAP::SOAPDateTime
userAgreementURL - SOAP::SOAPAnyURI
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#acceptedTime ⇒ Object
Returns the value of attribute acceptedTime.
-
#sellereBayPaymentProcessEnableTime ⇒ Object
Returns the value of attribute sellereBayPaymentProcessEnableTime.
-
#sellereBayPaymentProcessStatus ⇒ Object
Returns the value of attribute sellereBayPaymentProcessStatus.
-
#site ⇒ Object
Returns the value of attribute site.
-
#userAgreementURL ⇒ Object
Returns the value of attribute userAgreementURL.
Instance Method Summary collapse
-
#initialize(site = nil, sellereBayPaymentProcessStatus = nil, acceptedTime = nil, sellereBayPaymentProcessEnableTime = nil, userAgreementURL = nil) ⇒ UserAgreementInfoType
constructor
A new instance of UserAgreementInfoType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(site = nil, sellereBayPaymentProcessStatus = nil, acceptedTime = nil, sellereBayPaymentProcessEnableTime = nil, userAgreementURL = nil) ⇒ UserAgreementInfoType
Returns a new instance of UserAgreementInfoType.
34953 34954 34955 34956 34957 34958 34959 34960 |
# File 'lib/eBay.rb', line 34953 def initialize(site = nil, sellereBayPaymentProcessStatus = nil, acceptedTime = nil, sellereBayPaymentProcessEnableTime = nil, userAgreementURL = nil) @site = site @sellereBayPaymentProcessStatus = sellereBayPaymentProcessStatus @acceptedTime = acceptedTime @sellereBayPaymentProcessEnableTime = sellereBayPaymentProcessEnableTime @userAgreementURL = userAgreementURL @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34947 34948 34949 |
# File 'lib/eBay.rb', line 34947 def __xmlele_any @__xmlele_any end |
#acceptedTime ⇒ Object
Returns the value of attribute acceptedTime.
34944 34945 34946 |
# File 'lib/eBay.rb', line 34944 def acceptedTime @acceptedTime end |
#sellereBayPaymentProcessEnableTime ⇒ Object
Returns the value of attribute sellereBayPaymentProcessEnableTime.
34945 34946 34947 |
# File 'lib/eBay.rb', line 34945 def sellereBayPaymentProcessEnableTime @sellereBayPaymentProcessEnableTime end |
#sellereBayPaymentProcessStatus ⇒ Object
Returns the value of attribute sellereBayPaymentProcessStatus.
34943 34944 34945 |
# File 'lib/eBay.rb', line 34943 def sellereBayPaymentProcessStatus @sellereBayPaymentProcessStatus end |
#site ⇒ Object
Returns the value of attribute site.
34942 34943 34944 |
# File 'lib/eBay.rb', line 34942 def site @site end |
#userAgreementURL ⇒ Object
Returns the value of attribute userAgreementURL.
34946 34947 34948 |
# File 'lib/eBay.rb', line 34946 def userAgreementURL @userAgreementURL end |
Instance Method Details
#set_any(elements) ⇒ Object
34949 34950 34951 |
# File 'lib/eBay.rb', line 34949 def set_any(elements) @__xmlele_any = elements end |