Class: EBay::VeROSiteDetailType
- Inherits:
-
Object
- Object
- EBay::VeROSiteDetailType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVeROSiteDetailType
site - EBay::SiteCodeType
reasonCodeDetail - EBay::ReasonCodeDetailType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#reasonCodeDetail ⇒ Object
Returns the value of attribute reasonCodeDetail.
-
#site ⇒ Object
Returns the value of attribute site.
Instance Method Summary collapse
-
#initialize(site = nil, reasonCodeDetail = []) ⇒ VeROSiteDetailType
constructor
A new instance of VeROSiteDetailType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(site = nil, reasonCodeDetail = []) ⇒ VeROSiteDetailType
Returns a new instance of VeROSiteDetailType.
35619 35620 35621 35622 35623 |
# File 'lib/eBay.rb', line 35619 def initialize(site = nil, reasonCodeDetail = []) @site = site @reasonCodeDetail = reasonCodeDetail @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35613 35614 35615 |
# File 'lib/eBay.rb', line 35613 def __xmlele_any @__xmlele_any end |
#reasonCodeDetail ⇒ Object
Returns the value of attribute reasonCodeDetail.
35612 35613 35614 |
# File 'lib/eBay.rb', line 35612 def reasonCodeDetail @reasonCodeDetail end |
#site ⇒ Object
Returns the value of attribute site.
35611 35612 35613 |
# File 'lib/eBay.rb', line 35611 def site @site end |
Instance Method Details
#set_any(elements) ⇒ Object
35615 35616 35617 |
# File 'lib/eBay.rb', line 35615 def set_any(elements) @__xmlele_any = elements end |