Class: EBay::UserAgreementInfoType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



34947
34948
34949
# File 'lib/eBay.rb', line 34947

def __xmlele_any
  @__xmlele_any
end

#acceptedTimeObject

Returns the value of attribute acceptedTime.



34944
34945
34946
# File 'lib/eBay.rb', line 34944

def acceptedTime
  @acceptedTime
end

#sellereBayPaymentProcessEnableTimeObject

Returns the value of attribute sellereBayPaymentProcessEnableTime.



34945
34946
34947
# File 'lib/eBay.rb', line 34945

def sellereBayPaymentProcessEnableTime
  @sellereBayPaymentProcessEnableTime
end

#sellereBayPaymentProcessStatusObject

Returns the value of attribute sellereBayPaymentProcessStatus.



34943
34944
34945
# File 'lib/eBay.rb', line 34943

def sellereBayPaymentProcessStatus
  @sellereBayPaymentProcessStatus
end

#siteObject

Returns the value of attribute site.



34942
34943
34944
# File 'lib/eBay.rb', line 34942

def site
  @site
end

#userAgreementURLObject

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