Class: LiveAuctionApprovalStatusType

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

Overview

urn:ebay:apis:eBLBaseComponentsLiveAuctionApprovalStatusType

userID - (any)
status - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(userID = nil, status = nil) ⇒ LiveAuctionApprovalStatusType

Returns a new instance of LiveAuctionApprovalStatusType.



20844
20845
20846
20847
# File 'lib/eBay.rb', line 20844

def initialize(userID = nil, status = nil)
  @userID = userID
  @status = status
end

Instance Attribute Details

#statusObject

Returns the value of attribute status.



20842
20843
20844
# File 'lib/eBay.rb', line 20842

def status
  @status
end

#userIDObject

Returns the value of attribute userID.



20841
20842
20843
# File 'lib/eBay.rb', line 20841

def userID
  @userID
end