Class: EBay::RecoupmentPolicyConsentType
- Inherits:
-
Object
- Object
- EBay::RecoupmentPolicyConsentType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRecoupmentPolicyConsentType
site - EBay::SiteCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#site ⇒ Object
Returns the value of attribute site.
Instance Method Summary collapse
-
#initialize(site = []) ⇒ RecoupmentPolicyConsentType
constructor
A new instance of RecoupmentPolicyConsentType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(site = []) ⇒ RecoupmentPolicyConsentType
Returns a new instance of RecoupmentPolicyConsentType.
29973 29974 29975 29976 |
# File 'lib/eBay.rb', line 29973 def initialize(site = []) @site = site @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29967 29968 29969 |
# File 'lib/eBay.rb', line 29967 def __xmlele_any @__xmlele_any end |
#site ⇒ Object
Returns the value of attribute site.
29966 29967 29968 |
# File 'lib/eBay.rb', line 29966 def site @site end |
Instance Method Details
#set_any(elements) ⇒ Object
29969 29970 29971 |
# File 'lib/eBay.rb', line 29969 def set_any(elements) @__xmlele_any = elements end |