Class: DigitalDeliveryDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsDigitalDeliveryDetailsType

requirements - SOAP::SOAPString
method - DigitalDeliveryMethodCodeType
uRL - SOAP::SOAPAnyURI
instructions - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(requirements = nil, method = nil, uRL = nil, instructions = nil) ⇒ DigitalDeliveryDetailsType

Returns a new instance of DigitalDeliveryDetailsType.



18683
18684
18685
18686
18687
18688
18689
# File 'lib/eBay.rb', line 18683

def initialize(requirements = nil, method = nil, uRL = nil, instructions = nil)
  @requirements = requirements
  @method = method
  @uRL = uRL
  @instructions = instructions
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18677
18678
18679
# File 'lib/eBay.rb', line 18677

def __xmlele_any
  @__xmlele_any
end

#instructionsObject

Returns the value of attribute instructions.



18676
18677
18678
# File 'lib/eBay.rb', line 18676

def instructions
  @instructions
end

#methodObject

Returns the value of attribute method.



18674
18675
18676
# File 'lib/eBay.rb', line 18674

def method
  @method
end

#requirementsObject

Returns the value of attribute requirements.



18673
18674
18675
# File 'lib/eBay.rb', line 18673

def requirements
  @requirements
end

#uRLObject

Returns the value of attribute uRL.



18675
18676
18677
# File 'lib/eBay.rb', line 18675

def uRL
  @uRL
end

Instance Method Details

#set_any(elements) ⇒ Object



18679
18680
18681
# File 'lib/eBay.rb', line 18679

def set_any(elements)
  @__xmlele_any = elements
end