Class: EBay::SellerShippingProfileType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSellerShippingProfileType

shippingProfileID - SOAP::SOAPLong
shippingProfileName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(shippingProfileID = nil, shippingProfileName = nil) ⇒ SellerShippingProfileType

Returns a new instance of SellerShippingProfileType.



31365
31366
31367
31368
31369
# File 'lib/eBay.rb', line 31365

def initialize(shippingProfileID = nil, shippingProfileName = nil)
  @shippingProfileID = shippingProfileID
  @shippingProfileName = shippingProfileName
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



31359
31360
31361
# File 'lib/eBay.rb', line 31359

def __xmlele_any
  @__xmlele_any
end

#shippingProfileIDObject

Returns the value of attribute shippingProfileID.



31357
31358
31359
# File 'lib/eBay.rb', line 31357

def shippingProfileID
  @shippingProfileID
end

#shippingProfileNameObject

Returns the value of attribute shippingProfileName.



31358
31359
31360
# File 'lib/eBay.rb', line 31358

def shippingProfileName
  @shippingProfileName
end

Instance Method Details

#set_any(elements) ⇒ Object



31361
31362
31363
# File 'lib/eBay.rb', line 31361

def set_any(elements)
  @__xmlele_any = elements
end