Class: EBay::RecoupmentPolicyDetailsType
- Inherits:
-
Object
- Object
- EBay::RecoupmentPolicyDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRecoupmentPolicyDetailsType
enforcedOnListingSite - SOAP::SOAPBoolean
enforcedOnRegistrationSite - SOAP::SOAPBoolean
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
-
#enforcedOnListingSite ⇒ Object
Returns the value of attribute enforcedOnListingSite.
-
#enforcedOnRegistrationSite ⇒ Object
Returns the value of attribute enforcedOnRegistrationSite.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
Instance Method Summary collapse
-
#initialize(enforcedOnListingSite = nil, enforcedOnRegistrationSite = nil, detailVersion = nil, updateTime = nil) ⇒ RecoupmentPolicyDetailsType
constructor
A new instance of RecoupmentPolicyDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(enforcedOnListingSite = nil, enforcedOnRegistrationSite = nil, detailVersion = nil, updateTime = nil) ⇒ RecoupmentPolicyDetailsType
Returns a new instance of RecoupmentPolicyDetailsType.
31266 31267 31268 31269 31270 31271 31272 |
# File 'lib/eBay.rb', line 31266 def initialize(enforcedOnListingSite = nil, enforcedOnRegistrationSite = nil, detailVersion = nil, updateTime = nil) @enforcedOnListingSite = enforcedOnListingSite @enforcedOnRegistrationSite = enforcedOnRegistrationSite @detailVersion = detailVersion @updateTime = updateTime @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31260 31261 31262 |
# File 'lib/eBay.rb', line 31260 def __xmlele_any @__xmlele_any end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
31258 31259 31260 |
# File 'lib/eBay.rb', line 31258 def detailVersion @detailVersion end |
#enforcedOnListingSite ⇒ Object
Returns the value of attribute enforcedOnListingSite.
31256 31257 31258 |
# File 'lib/eBay.rb', line 31256 def enforcedOnListingSite @enforcedOnListingSite end |
#enforcedOnRegistrationSite ⇒ Object
Returns the value of attribute enforcedOnRegistrationSite.
31257 31258 31259 |
# File 'lib/eBay.rb', line 31257 def enforcedOnRegistrationSite @enforcedOnRegistrationSite end |
#updateTime ⇒ Object
Returns the value of attribute updateTime.
31259 31260 31261 |
# File 'lib/eBay.rb', line 31259 def updateTime @updateTime end |
Instance Method Details
#set_any(elements) ⇒ Object
31262 31263 31264 |
# File 'lib/eBay.rb', line 31262 def set_any(elements) @__xmlele_any = elements end |