Class: BuyerProtectionDetailsType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsBuyerProtectionDetailsType

buyerProtectionSource - BuyerProtectionSourceCodeType
buyerProtectionStatus - BuyerProtectionCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(buyerProtectionSource = nil, buyerProtectionStatus = nil) ⇒ BuyerProtectionDetailsType

Returns a new instance of BuyerProtectionDetailsType.



17254
17255
17256
17257
17258
# File 'lib/eBay.rb', line 17254

def initialize(buyerProtectionSource = nil, buyerProtectionStatus = nil)
  @buyerProtectionSource = buyerProtectionSource
  @buyerProtectionStatus = buyerProtectionStatus
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17248
17249
17250
# File 'lib/eBay.rb', line 17248

def __xmlele_any
  @__xmlele_any
end

#buyerProtectionSourceObject

Returns the value of attribute buyerProtectionSource.



17246
17247
17248
# File 'lib/eBay.rb', line 17246

def buyerProtectionSource
  @buyerProtectionSource
end

#buyerProtectionStatusObject

Returns the value of attribute buyerProtectionStatus.



17247
17248
17249
# File 'lib/eBay.rb', line 17247

def buyerProtectionStatus
  @buyerProtectionStatus
end

Instance Method Details

#set_any(elements) ⇒ Object



17250
17251
17252
# File 'lib/eBay.rb', line 17250

def set_any(elements)
  @__xmlele_any = elements
end