Class: EBay::UnpaidItemType

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

Overview

urn:ebay:apis:eBLBaseComponentsUnpaidItemType

status - EBay::UnpaidItemCaseStatusTypeCodeType
type - EBay::UnpaidItemCaseOpenTypeCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



34922
34923
34924
# File 'lib/eBay.rb', line 34922

def __xmlele_any
  @__xmlele_any
end

#statusObject

Returns the value of attribute status.



34920
34921
34922
# File 'lib/eBay.rb', line 34920

def status
  @status
end

#typeObject

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