Class: EBay::BuyerProtectionDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsBuyerProtectionDetailsType

buyerProtectionSource - EBay::BuyerProtectionSourceCodeType
buyerProtectionStatus - EBay::BuyerProtectionCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BuyerProtectionDetailsType.



21427
21428
21429
21430
21431
# File 'lib/eBay.rb', line 21427

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.



21421
21422
21423
# File 'lib/eBay.rb', line 21421

def __xmlele_any
  @__xmlele_any
end

#buyerProtectionSourceObject

Returns the value of attribute buyerProtectionSource.



21419
21420
21421
# File 'lib/eBay.rb', line 21419

def buyerProtectionSource
  @buyerProtectionSource
end

#buyerProtectionStatusObject

Returns the value of attribute buyerProtectionStatus.



21420
21421
21422
# File 'lib/eBay.rb', line 21420

def buyerProtectionStatus
  @buyerProtectionStatus
end

Instance Method Details

#set_any(elements) ⇒ Object



21423
21424
21425
# File 'lib/eBay.rb', line 21423

def set_any(elements)
  @__xmlele_any = elements
end