Class: EBay::BuyerProtectionDetailsType
- Inherits:
-
Object
- Object
- EBay::BuyerProtectionDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBuyerProtectionDetailsType
buyerProtectionSource - EBay::BuyerProtectionSourceCodeType
buyerProtectionStatus - EBay::BuyerProtectionCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#buyerProtectionSource ⇒ Object
Returns the value of attribute buyerProtectionSource.
-
#buyerProtectionStatus ⇒ Object
Returns the value of attribute buyerProtectionStatus.
Instance Method Summary collapse
-
#initialize(buyerProtectionSource = nil, buyerProtectionStatus = nil) ⇒ BuyerProtectionDetailsType
constructor
A new instance of BuyerProtectionDetailsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21421 21422 21423 |
# File 'lib/eBay.rb', line 21421 def __xmlele_any @__xmlele_any end |
#buyerProtectionSource ⇒ Object
Returns the value of attribute buyerProtectionSource.
21419 21420 21421 |
# File 'lib/eBay.rb', line 21419 def buyerProtectionSource @buyerProtectionSource end |
#buyerProtectionStatus ⇒ Object
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 |