Class: EBay::INEscrowWorkflowTimelineDefinitionType
- Inherits:
-
Object
- Object
- EBay::INEscrowWorkflowTimelineDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsINEscrowWorkflowTimelineDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ INEscrowWorkflowTimelineDefinitionType
constructor
A new instance of INEscrowWorkflowTimelineDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ INEscrowWorkflowTimelineDefinitionType
Returns a new instance of INEscrowWorkflowTimelineDefinitionType.
24966 24967 24968 |
# File 'lib/eBay.rb', line 24966 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
24960 24961 24962 |
# File 'lib/eBay.rb', line 24960 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
24962 24963 24964 |
# File 'lib/eBay.rb', line 24962 def set_any(elements) @__xmlele_any = elements end |