Class: SiteDetailsType
- Inherits:
-
Object
- Object
- SiteDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSiteDetailsType
Constant Summary collapse
- @@schema_type =
"SiteDetailsType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["site", ["SiteCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Site")]], ["siteID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SiteID")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#site ⇒ Object
Returns the value of attribute site.
-
#siteID ⇒ Object
Returns the value of attribute siteID.
Instance Method Summary collapse
-
#initialize(site = nil, siteID = nil) ⇒ SiteDetailsType
constructor
A new instance of SiteDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(site = nil, siteID = nil) ⇒ SiteDetailsType
Returns a new instance of SiteDetailsType.
22774 22775 22776 22777 22778 |
# File 'lib/eBay.rb', line 22774 def initialize(site = nil, siteID = nil) @site = site @siteID = siteID @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
22768 22769 22770 |
# File 'lib/eBay.rb', line 22768 def __xmlele_any @__xmlele_any end |
#site ⇒ Object
Returns the value of attribute site.
22766 22767 22768 |
# File 'lib/eBay.rb', line 22766 def site @site end |
#siteID ⇒ Object
Returns the value of attribute siteID.
22767 22768 22769 |
# File 'lib/eBay.rb', line 22767 def siteID @siteID end |
Instance Method Details
#set_any(elements) ⇒ Object
22770 22771 22772 |
# File 'lib/eBay.rb', line 22770 def set_any(elements) @__xmlele_any = elements end |