Class: EBay::UnpaidItemType
- Inherits:
-
Object
- Object
- EBay::UnpaidItemType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsUnpaidItemType
status - EBay::UnpaidItemCaseStatusTypeCodeType
type - EBay::UnpaidItemCaseOpenTypeCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(status = nil, type = nil) ⇒ UnpaidItemType
constructor
A new instance of UnpaidItemType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(status = nil, type = nil) ⇒ UnpaidItemType
Returns a new instance of UnpaidItemType.
34928 34929 34930 34931 34932 |
# File 'lib/eBay.rb', line 34928 def initialize(status = nil, type = nil) @status = status @type = type @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34922 34923 34924 |
# File 'lib/eBay.rb', line 34922 def __xmlele_any @__xmlele_any end |
#status ⇒ Object
Returns the value of attribute status.
34920 34921 34922 |
# File 'lib/eBay.rb', line 34920 def status @status end |
#type ⇒ Object
Returns the value of attribute type.
34921 34922 34923 |
# File 'lib/eBay.rb', line 34921 def type @type end |
Instance Method Details
#set_any(elements) ⇒ Object
34924 34925 34926 |
# File 'lib/eBay.rb', line 34924 def set_any(elements) @__xmlele_any = elements end |